python __name__ documentation code example Example: python main def main(): print("Hello World!") if __name__ == "__main__": main()