Duncan Booth a écrit :
BOOGIEMAN wrote:

(snip)
Secondly, how do I clear screen (cls) from text and other
content ?

That depends on your computer, and how you are running your program. One way which *might* work is:

   import os
   os.system("cls")

*might* work... !-) [EMAIL PROTECTED] modulix $ cls -bash: cls: command not found

Bad luck ! didn't work !-)

Bruno
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to