Tech C**P
15 subscribers
161 photos
9 videos
59 files
304 links
مدرس و برنامه نویس پایتون و لینوکس @alirezastack
Download Telegram
If you have an script and you want to clear the terminal before executing your script you can use the below control characters:

print(chr(27) + "[2J")



The above command will clear the screen by using Python

#python #chr #terminal #clear_terminal