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

if __name__ == "__main__":
    main()