In the darkest hour on Sat, 25 Dec 2004 09:41:54 +1030,
Ishwor <[EMAIL PROTECTED]> screamed:
>>>> def cls():
>       for i in range(1,40):
>               print " ";
>

Slightly ot, but perhaps this'll work for you:

def cls():
        print "\033[2J"


-- 
[ Artur M. Piwko : Pipen : AMP29-RIPE : RLU:100918 : From == Trap! : SIG:217B ]
[ 22:06:17 user up 10478 days, 10:01,  1 user, load average: 0.06, 0.06, 0.06 ]

                        Even God cannot change the past.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to