if_name_main_a
타이틀 플레이어
다이아몬드 회원
def main():
    print("Hello World!")

if __name__ == "__main__":
    main()