I'm Trying to subtract a Variable from a Variable and its not working
I am making a random based fighter game.
I want to make it so when you do one punch its between 1-20 and then subtract that number from the opposing p...
print "You now have enough wood to make a tent (20) would you like to make a tent or get more wood"
elif (WoodCount < (20)
print "You do not have enou...