Dev/Python

[Python] terminal에서 Python console 지우기

yujin.me 2021. 7. 3. 11:51
>>> import os
>>> os.system('clear')
반응형