Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > by-pkgid > 1a52c27bfef57af124a82326839f87e6 > files > 129

python-pyrex-0.9.8.5-3mdv2010.0.noarch.rpm

from spam import Spam

s = Spam()
print "Created:", s
s.set_amount(42)
print "Amount =", s.get_amount()
s.describe()
s = None