Mightier Than The Sword - Python

I have spent a good 2 hours on the “Mightier Than The Sword” level and just cannot figure it out. Anyone know?

1 Like
# Change the string in this line to the password variable.
hero.say('So Many Doors') # ∆ Change this to hero.say(password)

password = 'Let Me Out Of Here'
# Move to the last door and say the password variable to open it. Can you figure it out now?

1 Like

What part were you having issues with?

2 Likes

As @Harry_the_Wanderer mentioned, please give more information about what is happening, at what part, and what the game is saying after you run your code.

Also please actually show us your code formatting it according to the FAQ.

https://discourse.codecombat.com/faq

Cheers! :beers:

(Please :heart: this post if it is helpful to you)

1 Like