The documentation for repr says that
repr
For many object types, including most builtins, eval(repr(obj)) == obj.
eval(repr(obj)) == obj
T