#The repr() function returns a printable representation of the given object. #repr() takes a single object. #Syntax val = "string" print(repr(val)) #output ---->"'string'"