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')


Comments

Popular

How To Create MySQL Table with SequelizeJS

How To Read CSV Files in Java as Maven Project

How To Create A Hibernate Project in Maven