[Tutor] Loop help

alan.gauld@bt.com alan.gauld@bt.com
Sun, 7 Apr 2002 23:31:34 +0100


> I'm trying to write a simple times-table testing program.
....
> How do I create the loop and what line do I place the code?

Try the looping chapter in my tutorial which shows both 
forms of loop in Python(for and while) in the context 
of multiplication tables oddly enough!

Alan g.
Author of the 'Learning to Program' web site
http://www.freenetpages.co.uk/hp/alan.gauld