Hi, Ive reached graded assignment from module 1, but I can`tmake it recognize the statement. I find it exactley to the reference. Ive tried for hours. Id appreciate your opinions. Thank you very much.
We can’t discuss your code on the forum (per the Code of Conduct).
So please check your private messages for instructions.
Did you start your print statement using the correct template?
The instruction “using multi-line f-string” does not mean you use multiple print statements.
It means to use the same form given in the “Checking Out A Book” example earlier in the notebook:
print(f"""
<add your values and text here>
""")
Hi @TMosh,
Additional to what Tom mentioned, did you by any chance rename your notebook or created a new notebook and copy code in it?
