Diff btw repr() and str() in python
The repr() Function in Python
repr() is a built-in function in Python that returns a string representation of an object. This representation is often called the "official" string representation because it's intended to be unambiguous and precise, sui...
devwithshubham.hashnode.dev2 min read