写好的python文件怎么实践

python

脚本式编程

 将如下代码拷贝至 hello.py文件中:

print ("Hello, Python!");

通过以下命令执行该脚本:

python ./hello.py

hello,python

利用Python自带的IDEL

python 自带了一款 IDE,叫做 IDLE。

 推荐学习《python教程》

以上是 写好的python文件怎么实践 的全部内容, 来源链接: utcz.com/z/524402.html

回到顶部