Until version 3.10, Python never had a feature that implemented what the switch statement does in other programming languages. So, if you wanted to execute multiple conditional statements, you would’ve had to use the elif keyword like this: age = 120 if age > 90: print(“You
