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
/
zip.py
blob: c0109094f4e3b59d09077e0195b0a978d8ce5cba (
plain
)
1
2
print
(
list
(
zip
()))
print
(
list
(
zip
([
1
],
{
2
,
3
})))