标签: python namespaces
在python中,默认情况下__name__如何设置为__main__。 当我们说打印__name__时,它会输出__main__。
__name__
__main__