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.
BY Best Interview Question ON 20 Jul 2019