Posts

Showing posts from July, 2025

How to clear console on Python

If you are working on Windows and you have opened terminal on VS code or Command Prompt, the best way to clear the console fast is using the following commands import os os.system('cls')