Course Content
Conditional Statements in Python
Conditional Statements in Python
Challenge: Simplify Fitness Tracker Logic
Task
Swipe to start coding
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
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 6
Challenge: Simplify Fitness Tracker Logic
Task
Swipe to start coding
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
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 6