I don't know why it does this. Here's the code.
ac1 = input('1=Jab, 2=Punch, 3=Kick, or 4=Taunt?: ')
if ac1 = 1:
print('You jab at Apollo Creed. He dodges it.')
print('Apollo Creed continues to taunt.')
I'm making a Text based game based on the Rocky movies. :D the 1=jab and stuff means One equals Jab (if you type 1, you jab.)