...

/

Quiz: Make Decisions

Quiz: Make Decisions

Practice Python decision-making with if, else, and elif statements.

We'll cover the following...

In the last lesson, you gave your Python programs the power to think! You learned how to use if, else, and elif statements to check conditions and ...