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 );

20th Jun 2025, 7:19 AM
Vernon Lobeko
Vernon Lobeko - avatar
2 Respostas
+ 1
You put the code in the tags section so nobody can read it. Link your code. Tag the relevant programming language.
20th Jun 2025, 7:55 AM
Lisa
Lisa - avatar
0
Vernon Lobeko your code is almost correct just remove the semi colon at the last line and your code will work as expected
20th Jun 2025, 12:20 PM
Aysha