Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对python还是半新的,在源代码中到处都是,我看到了这段代码:
if __name__ == '__main__': main()
究竟是什么意思?我应该在我编写的每个程序中使用它还是偶尔使用它?