Revision: 1805
Updated Code
at November 10, 2006 00:01 by whitetiger
Updated Code
import os, sys sys.stdout.write(os.popen('clear').read())
Revision: 1804
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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