Return to Snippet

Revision: 1805
at November 10, 2006 00:01 by whitetiger


Updated Code
import os, sys

sys.stdout.write(os.popen('clear').read())

Revision: 1804
at November 9, 2006 23:55 by whitetiger


Initial Code
import os, sys

sys.stdout.write(os.popen('clear').read())

Initial URL


Initial Description


Initial Title
Python - clear screen

Initial Tags
regex, python

Initial Language
Python