# b += 3 # Increment the value of b by 3 and then assign it to b b -= 3 # Decrement the value of b by 3 and then assign it to b ...