Bruno Desthuilliers wrote:
Duncan Booth a écrit :
BOOGIEMAN wrote:
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 !-)

Works for me! But then again...

kairos:ug> cat cls
#! /usr/local/bin/python
print "\xc",

/ug 8-)
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to