![图片[1]-写好的python文件怎么实践-uusu优素-乐高,模型,3d打印,编程](http://uusucn.zbbe.cn/wp-content/uploads/2024/01/5df97ec6b14e4138.gif)
脚本式编程
将如下代码拷贝至 hello.py文件中:
print("Hello,Python!");
通过以下命令执行该脚本:
$python./hello.py hello,python
利用Python自带的IDEL
python 自带了一款 IDE,叫做 IDLE。

© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
脚本式编程
将如下代码拷贝至 hello.py文件中:
print("Hello,Python!");
通过以下命令执行该脚本:
$python./hello.py hello,python
利用Python自带的IDEL
python 自带了一款 IDE,叫做 IDLE。
暂无评论内容