Re: syntax error message

2012-07-12 Thread MRAB
On 12/07/2012 18:48, John Magness wrote: Using Python 3.2.3 In shell I made a simple program; dog=2,cat=3,cow=dog+cat Entered cow and received 5 as answer Saved-as Trial-1.py in a user folder Went to folder and select "edit with shell" for that file Trial-1.py displayed, clicked save, run and the

syntax error message

2012-07-12 Thread John Magness
Using Python 3.2.3 In shell I made a simple program; dog=2,cat=3,cow=dog+cat Entered cow and received 5 as answer Saved-as Trial-1.py in a user folder Went to folder and select "edit with shell" for that file Trial-1.py displayed, clicked save, run and then run module to activate program got messag