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