I believe you are talking about this section of the notebook:
2. Hello, you!
Let’s create python code to say hello to you, instead of the world. Here are the steps to follow along with Andrew in the video:
Open the chatbot
Type in this prompt (substituting your name for mine)
Modify the code below to have it say hello to me.
print("Hello, World!")
My name is Andrew
Paste the output code in the cell below using Ctrl+V (Command+C on a Mac)
Press Shift + Enter to submit your prompt
Please note, the instructions are asking you to first copy/paste the prompt into the chatbot, and then copy/paste the response from the chatbot back into the notebook (which would be python code)