Shool catalogue

i followed instructions and i could not solve school catalogue. there is no get unstuck video. please look at my code and explain to me what i am doing wrong.

https://ghostbin.com/bcMEl/schoolcatalogue

thanks

Which lesson is it? Please link to the lesson, it’ll make it easier for us to help you if we know the context :slight_smile:

1 Like

There’s a great resource for making the most of Q/A style posts on the forums at:

Hmm, it sounds like __str__ or __repr__ was implemented but it has a non-string return. Make sure you’re returning a string if you implement those methods, not printing.

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.