Summary

Completed

Note

See the Text and images tab for more details!

In this module, you learned how to add decision-making to your Python programs.

You used Boolean values and comparison operators to evaluate conditions, if, elif, and else statements to run different code based on those conditions, and logical operators (and, or, not) to build more complex expressions. You applied these skills to build a rock, paper, scissors game.

Tip

To continue learning Python, move on to the next module: Repeat actions with loops.