if_name_main_a
Manlalarong May Titulo
Miyembrong Diamond
def main():
    print("Hello World!")

if __name__ == "__main__":
    main()