goto, cls, wait commands

Bruno Desthuilliers bdesth.quelquechose at free.quelquepart.fr
Thu Feb 10 13:02:25 EST 2005


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... !-)
  bruno at bibi modulix $ cls
-bash: cls: command not found

Bad luck ! didn't work !-)

Bruno



More information about the Python-list mailing list