您仍然必须 调用 该函数。
def main(): # declaring a function just declares it - the pre doesn't run print("boo")main() # here we call the function
您仍然必须 调用 该函数。
def main(): # declaring a function just declares it - the pre doesn't run print("boo")main() # here we call the function