[Tutor] How can I clean the screen

Edgar Antonio Rodriguez Velazco edgar.antonio.rv at gmail.com
Mon Jan 23 14:59:26 CET 2006


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20060123/9210d182/attachment.html 


More information about the Tutor mailing list