第一种情况:在windows环境下直接进入的环境,输入cls 回车进行清屏 第二种情况:在python环境下: import os os.system('cls') i=os.system('cls')