I have a list compiled from excel cells, using python - say listlist. Each element in the cell/list is in unicode. When I print the list as
listlist
pri
When printing the list, it shows each object within the list using the object's __repr__
__repr__
When printing the object alone, it uses the object's __str__
__str__