Python IF-statement vs ELIF-statement
I had a moment of clarity recently about the functional difference between the Python IF-statement and ELIF-statement. I’ve used these numerous times before to accomplish what I wanted, but this was one of those moments
5-18-2019