It is not always enough to send just the error. What construct do you have after the if line?
Make your sample detailed to get useful responses. Regards. Sent from my BlackBerry wireless device from MTN -----Original Message----- From: Glen Clark <[email protected]> Sender: [email protected] Date: Tue, 02 Nov 2010 19:02:15 To: python mail list<[email protected]> Subject: [Tutor] if statement File "/home/glen/workspace/test.py", line 19 if confirmed == "y": ^ SyntaxError: invalid syntax Why does this not work??? PyDev says "Expected:else" _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
