Introduction to Programming with Python: Conditionals (if elif else statements)

Опубликовано: 31 Июль 2026
на канале: Gina Sprint
174
2

This video provides an overview of how to use conditionals in Python. Specifically it covers:
-Boolean conditions and compound conditions
-If and else keywords
-Multiple alternative if statements (e.g. elif keyword)
-Nested if statements

This video is the third video in a multi-part series on getting started with the Python programming language. Next video in the series on loops (i.e. for and while statements):    • Introduction to Programming with Python: L...  

Source code on Github: https://github.com/gsprint23/Python-D...