What is the use of repr function in Python?
This function returns to a printable presentation for the given object. It takes a single object & its syntax is repr(obj). The function repr computes all the formal string representation for the given object in Python.
Suggest An Answer
No suggestions Available!