mutable numeric type

pgarrone at acay.com.au pgarrone at acay.com.au
Tue Jan 2 05:57:34 EST 2007


Way to go.
Try doing this.
x = MutableNumeric(42)
y = x
x += 42
print y




More information about the Python-list mailing list