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.