mutable numeric type
pgarrone at acay.com.au
pgarrone at acay.com.au
Tue Jan 2 05:57:34 EST 2007
Previous message (by thread):
mutable numeric type
Next message (by thread):
mutable numeric type
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Way to go. Try doing this. x = MutableNumeric(42) y = x x += 42 print y
Previous message (by thread):
mutable numeric type
Next message (by thread):
mutable numeric type
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-list mailing list