Got expected output, still failed test case

In the second exercise for C1M2_Assignment (Is it on the shelf?), my output is “Book is not available to be borrowed” which es the expected outcome, but I still get this message:

Failed test case: Detected incorrect number of valid print statements (without f-strings).
Grader expected: 2
You got: 1


Im assuming there’s something wrong with my first print statement, but I cant figure out the error and Im not supposed to share code for assignments here.

In your print statements, is there a space between ‘print’ and ‘(’ ?

There is now :sweat_smile: , and now it works :smiling_face_with_sunglasses:

Thank you so much for the help, TMosh!

Actually, having a space between ‘print’ and ‘(’ is usually a bad thing.