mirror of
https://github.com/W3SLAV/micropython.git
synced 2025-06-20 04:25:34 -04:00
3 lines
43 B
Python
3 lines
43 B
Python
i = iter(iter({1, 2, 3}))
|
|
print(sorted(i))
|