[Tutor] howto?

alan.gauld@bt.com alan.gauld@bt.com
Thu, 18 May 2000 17:31:30 +0100


> Under Windows, just make sure the filename ends with '.py' 
> and then click on it.

Its also a good idea to add this line to the end of 
the program if you want to see printed output:

raw_input('Hit any key to exit')

That will prevent the DOS box from opening and 
printing the output and then immediately closing again!

Alan G.