Oh, man! Sorry, I'm quite new to Python. I was just being an idiot. So don't answer this.
in Python I tried to use the if/else function, but it always chose the "if" option. I use Python 2 (IDLE). How can you help? Here is my code:
if answer=="Yes" or "yes":
upload_name=raw_input("What do you want to change it to? ")
elif answer=="No" or "no":
print "Okay. Your name will remain as " + str(real_name) + "."