cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

What is the difference between __str__ and __repr__ in Python?

Kaniz
Community Manager
Community Manager
 
1 ACCEPTED SOLUTION

Accepted Solutions

Hubert-Dudek
Esteemed Contributor III

__repr__

representation of python object

__str__

python object in text form

View solution in original post

1 REPLY 1

Hubert-Dudek
Esteemed Contributor III

__repr__

representation of python object

__str__

python object in text form