can I use += in python code example Example: what does += mean in python x = 0 while x < 5: print(x) x += 1