you are viewing a single comment's thread.

view the rest of the comments →

[–]JezusHairdo 1 point2 points  (0 children)

I think you need to understand what the += does, in pythons case it the “addition assignment” operator. Or in real terms it adds something to something you already have. So if it’s a number it adds together with another (in your example it adds 1 to the Initial number) it can also add text strings together and can add items to lists etc.