PythonExtra/tests/basics/set_iter_of_iter.py
Paul Sokolovsky f980c70997 tests/basic/: Make various tests skippable.
To run the testsuite on small ports.
2017-02-15 18:11:16 +03:00

3 lines
43 B
Python

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