+ 1
Seems that compiler is not properly evaluating True or False statements in Fitness goal project - keeps saying parentheses miss.
Fitness goal project.
3 odpowiedzi
+ 5
The compiler might be telling you to count how many parentheses you have.
Here's a way we can help you:
Can you copy the task description and add it here, then copy your code and attach it as per this guide:
https://code.sololearn.com/Wek0V1MyIR2r/?ref=app
+ 4
Hi, Ivan Markovic !
And what does the code look like in the ”Fitness goal project”?
+ 2
Found where I made a mistake. Its not steps > 10 000 but steps > 10000...