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
/
bytecode
/
mp-tests
/
setcomp1.py
blob: 82927f5d19035dedb04094ed532380caaa4dcb1f (
plain
)
1
2
x
=
{
a
for
a
in
l
}
x
=
{
a
+
b
for
a
,
b
in
l
if
b
}