what does the += sigh do in pyton code example Example: what is += python >>> a = 10 >>> a += 5 >>> a 15