提问人:Gaenox L 提问时间:3/30/2021 最后编辑:General GrievanceGaenox L 更新时间:3/30/2021 访问量:48
清除终端问题python
Clearing terminal probelm python
问:
我使用以下代码来清除我的终端:
import os
import sys
clear=lambda:os.system('cls')
clear()
但它不是清除终端,而是输出一个问号。为什么?以及我如何实际清除终端。使用 python 3.9
答:
0赞
fadop3
3/30/2021
#1
尝试使用 cmd。此命令应仅适用于普通终端。
评论
dir
'aaaa' is not recognized as an internal or external command...