Augmented assignments mutate PREMIUM

Trey Hunner smiling in a t-shirt against a yellow wall
Trey Hunner
3 min. read Watch as video Python 3.8—3.12
Python Morsels
Watch as video
03:11

We have two types of changes in Python, assignments and mutations. Augmented assignment statements combine those two types of change.

Assignments change which object a variable points to

We've assigned both numbers and numbers2 to the same list:

...

A Python Tip Every Week

Need to fill-in gaps in your Python skills? I send weekly emails designed to do just that.

Python Morsels
Watch as video
03:11