这里面

def welcome():
  print("hi")

if __name__ == __main__():
  welcome()

到底有啥