반응형 2024/05/102 [Python]파이썬 출력 화면 지우기 https://jellyho.com/blog/96/ [Python]파이썬 출력 화면 지우기 (1줄 지우기, 윈도우, 리눅스, 주피터, 구글 코랩)코딩을 하다보면 다양한 이유로 출력된 화면을 지우고 싶을 때가 있다. 장기간 비슷한 내용을 출력해야 하는데 …jellyho.com 코딩을 하다보면 다양한 이유로 출력된 화면을 지우고 싶을 때가 있다. 장기간 비슷한 내용을 출력해야 하는데 화면을 지우지 않고 계속 출력하다보면 계속 아래로 내려가기 때문에 지저분하기도 하고....이번 포스트에서는 파이썬에서 출력을 지우는 다양한 방법을 알아보겠다.먼저 1줄을 지우는 방법이다. 간단하게 print()함수의 end옵션과 \r를 이용하면 된다.print("hello", end="")print("\rgoodbye", en.. 2024. 5. 10. [RaspberryPi] sudo apt-get update error PROB)sudo apt-get updateHit:1 http://deb.debian.org/debian bullseye InReleaseGet:2 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]Get:3 http://security.debian.org/debian-security bullseye-security InRelease [48.4 kB]Get:4 http://archive.raspberrypi.org/debian bullseye InRelease [23.6 kB]Reading package lists... DoneE: Release file for http://deb.debian.org/debian/dists/bullseye.. 2024. 5. 10. 이전 1 다음 반응형