0
3
KQKnight Qu
The str() function will return the string representation of the object, and the repr() function will return a string representation of the object as it would appear to a human.
Shortcut: strAndrepr
strAndrepr
0 Comments
def __str__(self): pass def __repr__(self): pass