Light Mode
Dark Mode
Wrong test on check solution

I would like to give some feedback about ...

From: https://py.checkio.org/mission/army-battles/solve/

It is right ? How first army can won? It has less warriors. You have wrong "4. Battle" test army1 = Army() army2 = Army() army1.addunits(Warrior, 20) army2.addunits(Warrior, 21) battle = Battle() battle.fight(army1, army2) Your result: false Right result: true

  • feedback
Created: June 14, 2019, 2:25 p.m.
Updated: June 14, 2019, 3:10 p.m.
0
13
User avatar
standrey