728x90
python - 콘솔 화면 지우기
인터프리터 콘솔을 지우는 방법은 무엇입니까?
>>> import os
>>> os.system('cls')
>>>def clear():
>>> os.system('cls')
>>>clear()
Unix 계열(Unix, Linux, Mac)
가장 빠르고 쉬운 방법은 Ctrl + L 입니다
Windows에서는 Ctrl + L 은 안 먹힙니다.
'my_lesson > _Python' 카테고리의 다른 글
Python - Django ReactJS project (0) | 2019.07.24 |
---|---|
Python - 문자열을 리스트로 리스트를 문자열로 (0) | 2019.07.20 |
Python - Error Cheat sheets (0) | 2019.06.27 |
Python - Django (0) | 2019.06.19 |
Python - C/C++ API Reference Manual Interface (0) | 2019.04.19 |
댓글