The assignments hiding in your functions PREMIUM

Series: Functions
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:25

When you're defining a function in Python, be careful about mutating arguments that are passed into your function.

Mutating an object that's passed into your function

We have a function called smallest:

...

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:25