5 lines
53 B
Python
Raw Permalink Normal View History

2021-05-11 10:34:56 -04:00
import os
def clearScreen():
os.system('clear')