On Mon, Aug 4, 2014 at 1:38 PM, Danny Yoo <d...@hashcollision.org> wrote:

>
> > > but I'm running into a syntax error when running one of the unmodified
> > > programs.  On line 14, which reads:
> > >
> > > print("Here", end=" ")
> > >
> > > I'm receiving a syntax error which points to the end parameter.
>
> I'd like to also support Joel's suggestion to provide detailed output of
> the error message.  It will help.
>
Here is the full context of the error message:

 File "I:\Programming\Scripts\Learning\Chapter02\game_over2.py", line 14
    print("Here", end=" ") #Modified from: print("Here", end=" ")
                     ^
SyntaxError: invalid syntax


> > > difference between the version of Python I'm using (3.4.1) and that
> which
> > > was in use at the time the book was written (3.1.x) that is
> responsible for
> > > this error.
>
> Just to double check: how are you confirming what version of Python you're
> using?
>
>From command line, C:\> python -V


> Best of wishes!
>
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to