0
Something wrong: I can feel it
So, every time I try to launch the code it gives me something else. Can someone identify my mistake? https://code.sololearn.com/csTkuvZ8O1u5/?ref=app
2 Réponses
+ 1
You need to use 'and' instead of 'or' for your conditions.
Because if a value is supposed to be in a certain range, it has to be higher than the minimum AND lower than the max.
+ 1
didn’t know it, thank you a lot!