Assignment 5: First Python Code

1. Create a JupyterLab notebook. You'll email me the notebook, or if you use Google's Colab, you can send me the link to your notebook. Use comments (in the code) or markdown to explain what your code is doing.

2. Write code to create one instance of each of the following:
a) a numerical variable
b) a string variable
c) a list variable
d) a dictionary variable

3. Write code to transform in some way each of the variables from (2).