+ 1
Why doesn't this work?
5 ответов
+ 3
Joel Hayward , there are many mistakes in your code. First you can read the input as int, it's easy than for every case to convert. Also the right operators are ">=" and "<=" not "=>" and "=<". Look at the correct code 🐱. Hope it helps you.
https://code.sololearn.com/cpj2d8fUwIX8/?ref=app
+ 3
Your operators are not correct, replace them with <= and >=
+ 1
Also this
(int(c)) >= 5 and int(c) <=10)
0
Your Operators |Are Incorrect
The Greater Than or LEsser Than Symbols should be before "=" sign
0
Thanks