Back Navigation Next Navigation Video 11: Second Review Worksheet (page 1 of 3)

This worksheet primarily covers conditional execution. My recommendation is to complete these exercises by following the video first and then completing the questions again without the aid of the video.

A few reminders:

1. Useful code almost always requires us to check conditions and change the behavior of the program accordingly.

2. The Boolean expression after the if statement is the condition. In Python, the if statement ends with a colon (:) and the subsequent line(s) after the if statement are indented.