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