Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 3f3bfba17ed4006e01361aa472181b77 > files > 333

python-cython-0.14.1-1.mga1.i586.rpm

from spam import Spam

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