if_name_main_a
Spiller med tittel
Diamant-medlem
def main():
    print("Hello World!")

if __name__ == "__main__":
    main()