Module 2 Book tracker Exercise 3

Hey, guys, I don’t know what I’m doing wrong, and I’m freaking out, and I need help!
What I understood was that the prompt asked me to use the f-string and only when needed. But when testing my code. it showed that i was wrongly using f-strings.

(Solution code removed, as posting it publicly is against the honour code of this community, regardless if it is correct or not. You can share the errors you get)

You are not supposed to use f’string for both prints, right?, from the instructions…

Hi @LeonYu,

Please don’t post solution code in public, as it is against the honour code of this community. Hence I have removed your solution.

Looking at what you had posted, as Gent pointed out, please make sure you are following the instructions about where it says to print using a f-string, and where to print normally.

Additionally, please don’t introduce space between print and (.

What I meant is, do something like this, print("Mubsi")

And NOT do (don’t leave space):

print ("Mubsi").

Best,
Mubsi

1 Like