Tutorial A1

1 Get your hands on a working installation of Python 3, install Jupyter, and open the exercise solution template.

2 Make Python put a Greeting on the screen (fill in your own or a different name):

Hello, <insert_name>! How's your day?

3 Make Python raise a SyntaxError and a NameError.