728x90 반응형 [python] 파이썬 계속 하려면 아무 키나 누르세요 만들기 [python] 파이썬 계속하려면 아무 키나 누르세요 만들기 Press Any Key to Continue.... 이걸 만들고 싶은 경우가 있다. Stackoverflow🔗 등 이곳저곳을 검색해본 결과, 다음과 같은 방법이 최적이었다. def Press_Enter_to_Continue1(): print("") input("\tPress Enter Key to Continue . . .") print("") def Press_Enter_to_Continue2(): import os os.system('pause') if __name__ == '__main__': print("****START****") print("방법 1" + "=" * 100) Press_Enter_to_Continue1() print.. 2022. 3. 27. 이전 1 다음 728x90 반응형