摘要: 直接上代码 a@bogon:~/work/test$ cat hello.py print("hello, world"); a@bogon:~/work/test$ python hello.py hello, world 如果想要跟 shell 脚本一样可以./hello.py 运行 1 chm 阅读全文
posted @ 2018-05-20 15:12 cjcai1 阅读(101) 评论(0) 推荐(0)