I'm having problems with a code I've been writing for about an hour or two, it was working and I was near to completing the game I was making, when it decided that I've done it wrong. I don't understand, I didn't edit this little bit of text, yet now, it has decided that it's wrong after having worked fine earlier! I'm a newbie to Python, but it's almost as if the text has changed it's mind about whether it wants to work or now.
room2 = input("> ")
if room2 == "2":
Okay so basically the code that I was doing was:
room = input ("> ")
if room = "1":
print("blahblah")
What I'm going for is a text adventure.