0

what does repr() function does in python?

9th Feb 2020, 1:32 PM
sai
2 Answers
+ 3
It shows the string representation of an object. you have a class dog. with instance Lassie. now. what shall be shown on print(Lassie)? repr() gives the answer
9th Feb 2020, 1:41 PM
Oma Falk
Oma Falk - avatar