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
/
list_clear.py
blob: 406d7e823776ac70af730eedf9fe1f2ba4545718 (
plain
)
1
2
3
4
# tests list.clear
x
=
[
1
,
2
,
3
,
4
]
x
.
clear
()
print
(
x
)