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 -- http://mail.python.org/mailman/listinfo/python-list
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 -- http://mail.python.org/mailman/listinfo/python-list