Positional-only function arguments PREMIUM

Series: Functions
Trey Hunner smiling in a t-shirt against a yellow wall
Trey Hunner
4 min. read Watch as video Python 3.8—3.12
Python Morsels
Watch as video
04:08

Let's talk about positional-only arguments.

Some arguments can only be provided as positional arguments

Python's built-in sorted function accepts a key argument.

...

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
04:08