Course Content
Lectures
0/60
Python Beginner to Intermediate Course
About Lesson

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.

Join the conversation