3. What Would Python Display?

In this section, you need to think about what python would display if the code below were input to a python interpreter.

You don't have to submit your answers, which means the questions in this section don't count for your final score. However, they are great practice for future assignments, projects, and exams. Attempting these questions is valuable in helping cement your knowledge of course concepts.

To check the correctness of your answer, you can start a python interpreter, input the code into it, and compare the output displayed in the terminal with yours. Note that, it is possible for the interpreter to output nothing or raise an error.