In augmented statement all arithmetic operators like +,-,*,/,//,%,** are suffixed with equal to symbol (=).
This operators states which operation is to be perform on both the values and it stores the result value in variable which is on left side of expression.
In augmented statement each step preserves the output and next step uses previous output for next operation.
This means continuously updated values are fed to next step for further execution.
Example :