what does repr() function does in python? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

what does repr() function does in python?

9th Feb 2020, 1:32 PM
sai
2 Réponses
+ 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