0
Fix code
Whats wrong with my code? # Take steps and minutes as inputs steps = int(input()) active_minutes = int(input()) # Store the result of the operations in the variable steps = 10035 active_minutes = 15 goal_achieved = (steps > 10000) or (active_minutes > 35) # Display the result on the screen print (goal_achieved );
2 Réponses
+ 1
You put the code in the tags section so nobody can read it.
Link your code. Tag the relevant programming language.
0
Vernon Lobeko your code is almost correct just remove the semi colon at the last line and your code will work as expected