Read about repr() here:
https://docs.python.org/3/library/functions.html
and dunder repr, i.e. __repr__() here:
https://docs.python.org/3/reference/datamodel.html#object.__...