Font size

BOOGIEMAN BOOGIEMANPN at YAHOO.COM
Tue Feb 15 17:31:37 EST 2005


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")



More information about the Python-list mailing list