News

This post explains how to use if statements in Python. This will form the backbone of much of your code going forward! Else statements, nesting, + more.
Matching against variables with Python structural pattern matching. An important note is worth bringing up here. If you list variable names in a case statement, ...