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_comprehension.py
blob: 12a9a29d315cd68b8fd9de32310d62f774f18b22 (
plain
)
1
print
({
a
for
a
in
range
(
5
)})