filmov
tv
Python Tutorial: ELIF - nested decision structure
![preview_player](https://i.ytimg.com/vi/T4PbSpTPMKI/maxresdefault.jpg)
Показать описание
In this tutorial we will build on the If Then Else statement and include the elif structure in Python. This structure allows you to have 3 or more options in your choices and will help you refine your decisions to help solve complex decision requirements. We will also explore duel conditions to set the range for a teenager using the AND condition.