Dark theme

You could do something like this...

        rounds = fight(2, "Ogre")
        if rounds == 1
            print("You fought it for",rounds,"round")
        else:
            print("You fought it for",rounds,"rounds")

If you got it working, great!

[Home > Part 4 > Next]