Python Pythonの画面クリア Pythonのコンソールクリア import os os.system('cls') 「0」が返ってくるので import os tmp = os.system('cls') でとりあえず、「0」は消... 2020.05.18 Python