When you run the script directly, Python sets the __name__ variable to '__main__' . However, if you import a file as a module, Python sets the module name to ...
確定! 回上一頁