Question: What is the difference between __str__ and __repr__ in Python? Best Answer: Alex summarized well but, surprisingly, was too succinct. First, let me reiterate the main points in Alex’s post: The default implementation is useless (it’s hard to think ...