Contribute Media
A thank you to everyone who makes this possible: Read More

Positional vs keyword arguments

Description

When you're working with named arguments (a.k.a. keyword arguments) it's the argument name that matters. When you're working with positional arguments, it's the position matters (but not the name).

Details

Improve this page