代码如下:
#!/usr/bin/env python print("hello world")
执行的命令行如下:
以上程序: 解释器为python,要解释的程序为1.py
Python lesson 1 hello world
原文:https://www.cnblogs.com/lucky888/p/12343797.html