Nieuws

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.
If..elif..else are further conditional statements and they work as follows: the first condition is looked at, and if that is correct (or true in Python), the code underneath this condition is run ...