Re: [Tutor] Help with simple text book example that doesn't work!!!

2010-04-04 Thread Brian Drwecki
#x27;bye' bye >>> I tried adding parantheses around the print in the code and get the same error It only says SyntaxError:invalid syntax and it highlights the print word.. According to the book, this print should work, but it doesn't? Any thoughts? Does it work on your comp

[Tutor] Help with simple text book example that doesn't work!!!

2010-04-03 Thread Brian Drwecki
Hi all... I am working from the Learning Python 3rd edition published by O'Reily... FYI I am trying to learn Python on my own (not for course credit or anything).. I am a psychologist with very limited programming experience.. I am anal, and this example code doesn't work.. I am using IDLE to do ev