First day beginner to python, add to counter after nested loop

Gregory Ewing greg.ewing at canterbury.ac.nz
Tue Oct 29 18:53:54 EDT 2013


Neil Cerutti wrote:
> Get in the habit of not using the semicolon to end lines.

Also, you don't need to put parentheses around the
conditions of while and if statements.

-- 
Greg



More information about the Python-list mailing list