Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Python
/
Python
Inside def collect(*values, **labels), which container types are values and labels?
from Python
intermediate
1 min
Inside def collect(*values, **labels), which container types are values and labels?
values is a tuple and labels is a dictionary
values is a list and labels is a set
Both are dictionaries keyed by parameter position
Check
Ask AI about this kata
Report an error
previous kata
Enter the four-letter name for Python’s Local, Enclosing, Global, Built-in lookup order
Fill in
A new version is available
Reload