wordpress勉強中!

なんとなく分かってきたが、何となくよく分からない。。。

def main():
  print("Hello World!!")

if __name__ == "__main__":
  main()