标签

快速
而且便捷

新一代Python编辑器

# 代码示例
import sys

def main():
    print("Hello")
    return 0

if __name__ == "__main__":
    main()
截图