PyEditor
文档
社区
免费下载
标签
快速
而且便捷
新一代Python编辑器
下载
文档
# 代码示例
import
sys
def
main
():
print
(
"Hello"
)
return
0
if
__name__ ==
"__main__"
:
main()