So when you use if __name__ == "__main__" in your python script, you are asking Python to run the script as the main file.
確定! 回上一頁