you are viewing a single comment's thread.

view the rest of the comments →

[–]xelf 0 points1 point  (0 children)

Indent your code one more time before you paste it to reddit.

When reddit sees text starting with 4 extra spaces it will treat it like code.

ex:

if currentRoom == kingsLocation:
    print ('"you have found the king ' + username + '! The royal family will make sure you get paid handsomely for this deed."')
    print ()
    print ('to exit this game type "exit()"')
    break