Python Programming 7. Nested If Statements

Опубликовано: 28 Сентябрь 2024
на канале: Computer Science
3,939
60

This is the seventh in a course of computer science video lessons introducing programming with Python. It covers the If statement in more detail, in particular, how to nest If blocks inside each other. Particular care needs to be taken with the indentation of your code if you are going to have multiple levels of nested if blocks. In this video, you will learn how to build an application that helps its user to choose a pet.