RosettaCodeData/Task/Terminal-control-Clear-the-screen/Python/terminal-control-clear-the-screen-1.py

3 lines
29 B
Python
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
import os
2016-12-05 22:15:40 +01:00
os.system("clear")