Seems that compiler is not properly evaluating True or False statements in Fitness goal project - keeps saying parentheses miss. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Seems that compiler is not properly evaluating True or False statements in Fitness goal project - keeps saying parentheses miss.

Fitness goal project.

12th Jun 2023, 6:23 AM
Ivan Markovic
Ivan Markovic - avatar
3 Answers
+ 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
12th Jun 2023, 7:01 AM
Ausgrindtube
Ausgrindtube - avatar
+ 4
Hi, Ivan Markovic ! And what does the code look like in the ”Fitness goal project”?
12th Jun 2023, 6:45 AM
Per Bratthammar
Per Bratthammar - avatar
+ 2
Found where I made a mistake. Its not steps > 10 000 but steps > 10000...
13th Jun 2023, 6:24 AM
Ivan Markovic
Ivan Markovic - avatar