0
Please guys I am stuck at Fitness Goal
9 ответов
+ 2
Which language/course
and your attempts?
+ 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)
+ 1
Prosper Jacob
goal_achieved =
__ > 10000 or __ > 30
+ 1
Prosper Jacob
goal_achieved =
steps > __ or active_minutes > __
+ 1
Prosper Jacob
goal_achieved =
steps > 10000 or active_minutes > 30
0
I wrote steps > active _minutes and active_minutes >= steps
I printed the statement but it showed test case 2 and 3 are correct
0
It's not working but I almost got it
0
Still not working 😭
0
Thank you so much it worked 👍