随笔分类 -  python

python导入模块的两种方式
摘要:可以使用该属性在模块中判断函数是在同一文件中定义的 还是来自导入的库 阅读全文
posted @ 2017-05-22 16:06 xuelei被占用了 阅读(270) 评论(0) 推荐(0)
python hello wlord
摘要:入门运行第一个python程序 https://www.python.org/ 官网下载最新python3安装到电脑 安装成功 cmd进入到安装目录 1.在cmd中直接进入到python安装目录 编写代码运行 cmd中运行python.exe 编写 print("Hello, World!"); 回 阅读全文
posted @ 2017-05-14 08:24 xuelei被占用了 阅读(310) 评论(0) 推荐(0)