본문 바로가기

Dev/Python

[Python] terminal에서 Python console 지우기

>>> import os
>>> os.system('clear')
반응형

'Dev > Python' 카테고리의 다른 글

[Python] list에 다른 변수 할당할 경우 주의할 점  (0) 2021.07.05
[Python] format()  (0) 2021.07.03
[Python] counter  (0) 2021.06.15
[Python] 순열, 조합, 곱집합  (0) 2021.06.15
[Python] 문자열 합치기 - join  (0) 2021.06.15