if, else statement in Python | (2022)

Опубликовано: 26 Декабрь 2024
на канале: edRevolution Tech
112
1

Learn #if_statement core concept with visual executions, boolean value concept, and create an automated grading system.

To understand if statement. We need to have a good understanding of different operators. Plz check
these videos if you don't understand them properly. Links videos which explains operators are given below.

Logical Operators
   • Logical Operators in Python | not, or...  

Membership/Comparison/Identity Operators
   • Operators in Python ( Membership | co...  

Timestamp:

00:00 Introduction
00:58 Concept and Syntax of if statement
05:00 Visual line by line execution
06:45 elif in if statement
09:00 Grading system with if statement
14:00 Boolean values with if statement
19:45 End Video