1 2 3
a: set[int] = {20, 30, 40} b: set[str] = {"do", "re", "mi"} i: dict[str, int] = {"str": x + 10 for x in a}