Step 5: Control Flow 2
Step 5.1
Remember the old code for attacking an enemy? Code an attack on the enemy twice. Print it's health afterwards.
Step 5.2
Now code an attack on the enemy 200 times. Use a for loop. Print it's health afterwards.
Step 5.3
Now let's attack the enemy until its dead. Print it's health afterwards.