+ 1

Please, help me find a Syntax Error

Hello everyone I'm writing a solution for one exercise, but it doesn't work.. Logically, this code should be executed without a syntax error, otherwise I don't understand something. Please help! Task conditions: The program needs to return values on iteration, with the exception of values >= 5 and <= 9, >= 17 and <= 37, >= 78 and <= 87. https://code.sololearn.com/c449l9ivnL99/?ref=app

20th Sep 2022, 11:39 AM
Vitaly Dubrovskiy
Vitaly Dubrovskiy - avatar
3 odpowiedzi
+ 3
https://code.sololearn.com/cuTVhIho24gg/?ref=app Try matching your code with this . so that you could spot the errors yourself...
20th Sep 2022, 11:53 AM
Prashanth Kumar
Prashanth Kumar - avatar
+ 2
https://code.sololearn.com/c449l9ivnL99/?ref=app Omg, thank you so much, Vitaly! Now it works:)
20th Sep 2022, 11:58 AM
Vitaly Dubrovskiy
Vitaly Dubrovskiy - avatar
+ 1
Oh..it was really Silly mistake. Thank you, Prashanth!
20th Sep 2022, 12:07 PM
Vitaly Dubrovskiy
Vitaly Dubrovskiy - avatar