Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
https://ru.stackoverflow.com/questions/534440/%D0%...
__repr__ is the representation of an object if you just type its name into the console. It's closer to the car. Useful for debugging to find out information about an object.
__str__ - Printed when using the print method on an object. A human-friendly string representation of an object.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question