afriere at yahoo.co.uk (Asun Friere) wrote in message news:<38ec68a6.0309171738.3b3becda at posting.google.com>... > > def __repr__ (self) : > return "$%.2f" % self Umm ...you might want to do the same to __str__ if you want to print ... :/