It seems like you understood what you were supposed to do, but you also removed the code that was originally there. You have to keep the old code as well. If you put this back it should pass. As the code that you just added is trying to print the variable that was already there. text = 'Hello World' this was the old code. Or you could also reset the step and write your code again.