I reviewed elif statements which are useful when you have more than two potential actions depending on an input. You just use them in between your “if” and “else” statements and can put however many you want!
Neat stuff.
Also finally figured out how to fix it when Jupyter notebooks stops running code and has a [*] next to the code. That means its stuck in a loop I believe, and to get out of it I simply had to click the “stop” button at the top menu. If that doesn’t work apparently one needs to restart the kernel or restart notebooks overall.