Hello. I am having trouble with The Prisoner level. I am using Python. I am using a DeKalb county Chromebook (if that effects anything). I don’t get any errors running the code, but I’m having trouble beating the level. I am only using my unlocked code. I have hero.attack(“target”), hero.moveLeft(), hero.moveRight(), hero.moveUp(), hero.moveDown(), and hero.say(message). I cannot get past line 7 in my code before I die. My code is below
# Free the prisoner, defeat the guard and grab the gem.
# Defeat the guard, named "Two".
# Free Patrick from behind the "Weak Door".
hero.moveRight()
hero.attack("Weak Door")
hero.moveRight(3)
hero.moveDown (2)
hero.moveUp(1)
hero.moveLeft(2)
hero.moveRight()
hero.moveLeft(3)
# Get the gem.
hero.moveRight(4)
hero.moveDown(3)
hero.moveRight()