You are writing

print 'Hello', name

This is python 2 syntax, Python 2 has been end of life since Jan 2020,
when using Python 3 you want o use print with parenthesis.

print('Hello', name)

When looking on how to fix such error, you can look at any Python
resources, not Jupyter resources only.

Have fun starting programming in Python.
-- 
Matthias

On Mon, 12 Oct 2020 at 07:45, Ltc Hotspot <[email protected]> wrote:
>
> Hi Everyone
>
> How do I remove the following message error, "SyntaxError: invalid syntax"?
>
> See the attached file for details.
>
> Thanks,
>
> Hal
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Project Jupyter" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jupyter/595b2bd3-e164-470e-a829-146708dc0fb6n%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/CANJQusVukkn9D%3DksdGHeKrhmKRiPnZoBgTzy2YJBmDJ-T_W51g%40mail.gmail.com.

Reply via email to