set_iter_of_iter.py 43 B

12
  1. i = iter(iter({1, 2, 3}))
  2. print(sorted(i))