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 run different code blocks depending on the situation. Now your code can react, just like you do in real life.
Test your understanding with a quick quiz.
Get hands-on with 1400+ tech skills courses.