Course Content
Conditional Statements in Python
Conditional Statements in Python
Challenge: Workout Duration Tracker
Swipe to show code editor
Your fitness tracker tracks the user's workout duration and provides feedback based on how long they've exercised. If the user worked out for more than 60 minutes, congratulate them. If they worked out between 30 and 60 minutes, encourage them to keep up the good work. If they worked out for less than 30 minutes, remind them to extend their workout time next time.
Solution
Thanks for your feedback!
Challenge: Workout Duration Tracker
Swipe to show code editor
Your fitness tracker tracks the user's workout duration and provides feedback based on how long they've exercised. If the user worked out for more than 60 minutes, congratulate them. If they worked out between 30 and 60 minutes, encourage them to keep up the good work. If they worked out for less than 30 minutes, remind them to extend their workout time next time.
Solution
Thanks for your feedback!