I'm stuck on this test.
unit1 = Defender()
unit2 = Rookie()
fight(unit1, unit2)
unit_1.health
AttributeError: can't set attribute, init, 46, , 49
because there was no class Rookie in this mission.
Created at: 2018/11/20 21:40; Updated at: 2022/09/09 14:53