I am getting error in Module 1 Assignment in Exercise 3: Book request.
Error is:
Failed test case: Unable to detect a print statement with a multi-line f-string.
Grader expected: a print statement with a multi-line f-string
You got: no valid print statement with a multi-line f-string
I have used f"“” and closed with “”" within print() command. My output exactly matches the expected output. Please can you help me? I dont know why the error is coming up.
Thanks for the response. That did not solve the issue, I am still getting the same error. The exercise clearly says that Print the message using multi-line f-string. Also the error says
Failed test case: Unable to detect a print statement with a multi-line f-string.
Grader expected: a print statement with a multi-line f-string
You got: no valid print statement with a multi-line f-string