Full Course, Code and Video Links are available here
• Video
All the other materials
https://docs.google.com/spreadsheets/...
The video talks about the syntax and usage of the various conditional statements in Python with examples. Learn more about the below mentioned statements from the video.
-if statement
-If-Then-Else statement
-Multiple else conditions in if
-Nested if
-For loop
-Iterating a 'for' loop through a list
-Break Statement in 'for' loop