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")
--
http://mail.python.org/mailman/listinfo/python-list
