as per the instruction u need to call print() function and print value of text.
first reset code and then in next line call print() function and inside print put text
First reset your code. Then, go to a new line and call print(). To print the value of text you should put text inside the parentheses of the print() call.