Please guys I am stuck at Fitness Goal | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please guys I am stuck at Fitness Goal

8th Oct 2023, 4:12 PM
Prosper Jacob
Prosper Jacob - avatar
9 Answers
+ 2
Which language/course and your attempts?
8th Oct 2023, 4:34 PM
A͢J
A͢J - avatar
+ 2
Prosper Jacob the code solutions project is in the introduction to python course ( A͢J )... but where is your attempt so that we can help you ? Did you walk more than 10000 steps 'or' did you spend more than 30 minutes active ? print(goal_achieved)
9th Oct 2023, 12:07 AM
BroFar
BroFar - avatar
+ 1
Prosper Jacob goal_achieved = __ > 10000 or __ > 30
10th Oct 2023, 5:29 AM
BroFar
BroFar - avatar
+ 1
Prosper Jacob goal_achieved = steps > __ or active_minutes > __
10th Oct 2023, 5:49 AM
BroFar
BroFar - avatar
+ 1
Prosper Jacob goal_achieved = steps > 10000 or active_minutes > 30
10th Oct 2023, 9:50 PM
BroFar
BroFar - avatar
0
I wrote steps > active _minutes and active_minutes >= steps I printed the statement but it showed test case 2 and 3 are correct
10th Oct 2023, 5:23 AM
Prosper Jacob
Prosper Jacob - avatar
0
It's not working but I almost got it
10th Oct 2023, 5:43 AM
Prosper Jacob
Prosper Jacob - avatar
0
Still not working 😭
10th Oct 2023, 4:58 PM
Prosper Jacob
Prosper Jacob - avatar
0
Thank you so much it worked 👍
11th Oct 2023, 5:46 AM
Prosper Jacob
Prosper Jacob - avatar