Search⌘ K

How to Best Use This Course

Learn how to approach this Python course effectively by understanding how examples are structured and how to analyze unexpected outputs. Gain confidence in exploring Python quirks and use discussion support when needed.

We'll cover the following...

All of the examples in this course are structured as follows:

🎉 Some fancy title 🎉

Code

Python 3.5
# triggering_statement
# Some unexpected output

(Optional): One line describing the unexpected output.

Explanation

  • A brief explanation of what’s happening and why.
Python 3.5
# Set up code
# More examples for further clarification (if necessary)

Output(s)

...