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_add.py
blob: ac81f48491ce5e0ad25bc6a595d8f59712a5e56a (
plain
)
1
2
3
s
=
{
1
,
2
,
3
,
4
}
print
(
s
.
add
(
5
))
print
(
sorted
(
s
))