0
Please Help
Hi, I’m trying to complete a code coach, this is it: https://code.sololearn.com/cqe3SYkH2ttL/?ref=app
4 Réponses
0
python allows you to add simple mathematical expressions, instead of 5 or 6 or 7 or n you can just put it like 5 < enemies < n if the range numbers are exclusive.
https://code.sololearn.com/cwETKXvTl1r2/?ref=app
0
Conditional test stop on the first true value, you do not have to express the range when the test is incremental:
https://code.sololearn.com/cNyf6YPjk425
0
No
0
Doesn’t work