# hello_world.py def hello_world(): print("Hello World") if __name__ == "__main__": hello_world()