+ 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
3 Antworten
+ 3
https://code.sololearn.com/cuTVhIho24gg/?ref=app
Try matching your code with this . so that you could spot the errors yourself...
+ 2
https://code.sololearn.com/c449l9ivnL99/?ref=app
Omg, thank you so much, Vitaly!
Now it works:)
+ 1
Oh..it was really Silly mistake. Thank you, Prashanth!