Fork me on GitHub
摘要: 一、 Hello world程序 执行命令: python hello.py ,输出 执行 python hello.py 时,明确的指出 hello.py 脚本由 python 解释器来执行。 如果想要类似于执行shell脚本一样执行python脚本,例: ./hello.py ,那么就需要在 h 阅读全文
posted @ 2018-02-19 12:13 RongT 阅读(417) 评论(0) 推荐(3)