What are dictionary and set comprehensions?
Sequences and slicing
Audio flashcard · 0:14Nortren·
What are dictionary and set comprehensions?
0:14
Dictionary comprehensions use curly braces with key-colon-value pairs to build a dictionary in one expression. Set comprehensions use curly braces without colons to build a set. Both follow the same pattern as list comprehensions but with different brackets and resulting types.
docs.python.org