python主函数写法

在 Python 中,主函数的写法如下:

if__name__ == '__main__':
    # 这里是程序的入口
    main()
登录后复制

你可能感兴趣的:(python主函数写法)