The Augmented Assignment seems to be just short form for a re-assigment statement in Python. But is that true?
i+=1 is not i=i+1. Augmented Assignment Statements in Python.
The Augmented Assignment also known as compound assignment Statement seems to be just short form for a re-assigment statement in Python. But is that true? Learn the difference between i = i + 1 and i += 1 in this video!
Written by Loek van den Ouweland on 2023-08-12.
Questions regarding this artice? You can send them to the address below.