filmov
tv
Elif for Multiple Conditions | Learn to Code with Python #14

Показать описание
In the 14th lesson of our learn to code with Python tutorial series we will cover elif statements. The elif keyword in Python allows us to add additional conditions to be met as a part of our if statement. We can include an unlimited number of elif conditions in our if statements. In this video we will cover the basic syntax of an if, elif, else statement in Python, as well as a few coding examples.