xref
: /
AliOS-Things-master
/
components
/
py_engine
/
tests
/
basics
/
set_iter_of_iter.py
Home
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
i
=
iter
(
iter
({
1
,
2
,
3
}))
2
print
(
sorted
(
i
))
3