Positional Arguments

What are positional arguments?

Positional arguments help the function match the first value it receives to the first parameter, and so on.

How do you use positional arguments in a function call?

Positional arguments in a function call math the values it receives to its parameters when it needs more than one value.

What happens if you use positional arguments in the wrong order?

If you use positional arguments in the wrong order, the output won't make sense.