[Tutor] (no subject)

chelseysp at yahoo.com chelseysp at yahoo.com
Tue Mar 3 07:22:49 CET 2015


don't understand why these execute different things…




 total=total+10
>>> total=total+25
>>> total=total+25
>>> average=total/3
>>> total
110
>>> average
36.666666666666664




and 







total=0
>>> total=total+10
>>> total=total+25
>>> total=total+25
>>> average=total/3
>>> average
20.0






Sent from Windows Mail


More information about the Tutor mailing list