Class 11th Python Revision (part-1) | if else statement | Class 12th CBSE Computer Science

Опубликовано: 11 Июнь 2026
на канале: CS with Python and SQL
219
8

In class 12th CS with Python syllabus, first topic is revision of "Revision of Python topics covered in class 11th). In this video, we have discussed about the introduction of flow of control, in which we have gone through following topics:
concept of sequence
flow of control
selection statement in Python: if, if else, and, if elif else, and
then at the end we have discussed 2 programming questions based on selection statements

Timestamps:
00:00 - Introduction to flow of control
06:23 - Program to find larger of two numbers
22:26 - Program to find smallest of three numbers
35:00 - indentation in Python and doubt questions