You can use the function system() of the os module.
os.system('clear') in Unix or in Windows os.system('clear')

--
Edgar A. Rodriguez V.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to