#37 if Statement in Python – Part 1 (Python Tutorials)
If Statement (Part 1)
In this part of our python tutorials series, you will learn about the if-statement in python.
If statement is the only conditional statement in python opposite to other languages that have
switch case statements as well such as C or JavaScript. In python we use elif as an alternative to
switch case. This video and the next one will cover if statement in Python.