xref
: /
AliOS-Things-master
/
components
/
py_engine
/
tests
/
basics
/
set_iter.py
Home
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
s
= {
1
,
2
,
3
,
4
}
2
l
=
list
(
s
)
3
l
.
sort
()
4
print
(
l
)
5
6