• oldjaponec's Activity

Followed veky
 
Followed DJO3
 
indentation is accidentally skipped
Sorry. I misunderstood
while abs(number)>=base**(n+1)and n+1<len(powers):n+=1 number/=base**n
but it does not work
Commented a forum post "Help" created by oldjaponec
Thanks if u1.attack>u2.defense: u2.health-=u1.attack-u2.defense if not u2.is_alive:
Liked a comment created by Phil15 for forum post "Help"
The defender can not have 76 points of life.

He decreased by 2 the hit of the rookie (attack=1), bu
Created a forum post "Help"
unit_1 = Defender() unit_2 = Rookie() fight(unit_1, unit_2) unit_1.health class Warrio