def print_hello(): hello = "Hello World" print(hello) if __name__ == "__main__": print_hello()