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')
Welcome to my technical blog. I will post anything that I encounter during my developer career.