Set and dictionary comprehensions PREMIUM

Trey Hunner smiling in a t-shirt against a yellow wall
Trey Hunner
4 min. read 3 min. video Python 3.8—3.12

In addition to list comprehensions, we also have set and dictionary comprehensions in Python.

Making a set with a for loop

We have a multi-line string (fruits_last_week) in which each line represents the name of a fruit:

...

A Python Tip Every Week

Need to fill-in gaps in your Python skills? I send weekly emails designed to do just that.