print('Speak, friend, and enter.') password = input('password: ') # this is a comment if password == 'mellon': print('A great doorway swings open.') print('Welcome to Moria!') else: print('Nothing happens.') print('Bye!')