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.
Using Python structural pattern matching effectively The key with Python structural pattern matching is to write matches that cover the structural cases you’re trying to match against.