Augmented assignment
Suresh Jeevanandam
jm.suresh at gmail.com
Tue Feb 21 00:25:42 EST 2006
Hi,
Is there any gain in performance because of augmented assignments.
x += 1 vs x = x+1
Or are both of them the same.
regards,
Suresh
More information about the Python-list
mailing list