+ 3
Why do the "continue" doesn't work ?
I do my code but it doesn't work it says that its because "continue" is illegal. https://code.sololearn.com/WoY5F9KS3kSj/?ref=app
4 Answers
+ 2
You can't put the continue in the if statement :/
And why you are doing that?
+ 2
If the player inputs a not a number value i want to continue to ask the question
+ 2
Here is another way:
https://code.sololearn.com/W0VSoh0P6jh4/?ref=app
+ 2
But in my code "plus ou moins" it works