class Example: def __str__(self): return "str" def __repr__(self): return "repr" e = Example() print e