In, Python += adds another value with the variable's value and assigns the new value to the variable. You can see the example below:-
>>> x = 3
>>> x += 2
>>> print x
5
To know more about this you can have a look at the following video tutorial:-
Wanna become an Expert in python? Come & join our Python Certification course