Course Content
Conditional Statements in Python
Conditional Statements in Python
Challenge: Simplify Fitness Tracker Logic
Task
Swipe to show code editor
You're building a fitness tracker app that provides motivational messages when users reach their fitness goals. Currently, the logic is cluttered with multiple if
statements, and it's your job to simplify it using the or
operator.
Solution
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 6
Challenge: Simplify Fitness Tracker Logic
Task
Swipe to show code editor
You're building a fitness tracker app that provides motivational messages when users reach their fitness goals. Currently, the logic is cluttered with multiple if
statements, and it's your job to simplify it using the or
operator.
Solution
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 6
Switch to desktop for real-world practiceContinue from where you are using one of the options below