I'm using Windows 10, Python 3.8. I'm trying to clear everything in my shell, but the code that I'm using doesn't seem to work.
This is my code:
import os
print("Erase This Text")
os.system('cls')
os.system('clear') #This is used for Linux, but I tried it just incase