[Tutor] NEWBIE QUEASTION ALERT - how to restart program?

alan.gauld@bt.com alan.gauld@bt.com
Sun Dec 22 18:45:02 2002


> >python areacalc.py
>   File "areacalc.py", line 84
>     elif quad_shape== 2:
>        ^
> SyntaxError: invalid syntax

The mistake is almost certainly in the line or two above the reported error.
Look for indentation differences, unclosed strings or parens/brackets, 
strings with non matching quote types, etc...

Alan g.