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
> --
> 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
jupyter+u...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/jupyter/595b2bd3-e164-470e-a829-146708dc0fb6n%40googlegroups.com.