脚本式编程 将如下代码拷贝至 hello.py文件中: print ("Hello, Python!"); 通过以下命令执行该脚本: $ python ./hello.py hello,python 利用Python自带的IDEL python 自带了一款 IDE,叫做 IDLE。 推荐学习《python教程》