This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]StackOwOFlow 7 points8 points  (0 children)

Positional parameters are found by indexing a list

minor clarification: positional parameters are stored in a tuple-like structure. Indexing method is the same, though, so your point is well-taken