"BOOGIEMAN" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> On Tue, 15 Feb 2005 21:22:43 GMT, Adam wrote:
>
>> Please help me.
>> How do you clear the screen and then display a number with an enlarged 
>> font
>> size (about 300).
>> Adam.
>
> To clear screen in windows :
>
> #at the beggining of the program
> import os
>
> #when you want to clear the screen
> os.system("cls")

Thanks
I'll try that.
Adam. 


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

Reply via email to