Geoff Munn wrote:

> Noob at the Python thing so here goes,
> 
> I have copied a program to demonstrate control structures in Python but
> get a syntax error at line 31, isint = False. 

Often the actual syntax error in your code is in one of the lines preceding 
the one that Python is complaining about.

>     new_int=raw_input("Please enter integer {0}:".format(count +1)
>     isint = False

Hint: Do the parentheses match?

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to