if / elif / else (Python)

if, elif, and else let a Python program choose between different blocks of code based on whether conditions are True. elif checks another condition only if…