The commands used to clear the terminal or Python shell are cls and clear. In Windows import os os.system('CLS'). In Linux import os os.system(' ...
確定! 回上一頁