index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
basics
/
set_iter_of_iter.py
blob: e3e91fa4561ac1dd83f65ff1012cb4e77977287a (
plain
)
1
2
i
=
iter
(
iter
({
1
,
2
,
3
}))
print
(
sorted
(
i
))