What did i do wrong? C1M1_Assignment Exercise 2

I got this error code:
Failed test case: Missing correct printed message.
Grader expected: One copy of Brave New World checked out. There are now 3 copies available.
You got: an incorrect message
But my output is exactly what the grader expected so how did i still fail the test. Unless the Grader accepts the first entry which the output was printed on two lines before i reprinted it on one line but then i have not submitted.

Hi @pcode,

Your code is correct, but the issue is with the missing dot (.) at the end of the sentence. Without it, your output won’t match the expected results. Make sure to include the dot in your input.

Let me know if you need further help! :raised_hands:

1 Like