View Single Post
Old Dec 10th, 2005, 11:19 AM   #23
Dietrich
Professional Programmer
 
Dietrich's Avatar
 
Join Date: Feb 2005
Posts: 434
Rep Power: 4 Dietrich is on a distinguished road
Smile

In the Windows command shell you can use:
import os
os.system("CLS")
Otherwise use a for loop with lots of print.
__________________
I looked it up on the Intergnats!
Dietrich is offline   Reply With Quote