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
/
dict_iterator.py
blob: f190e32ffd7bb4f1e76e2a24dac054360345f8c6 (
plain
)
1
2
3
d
=
{
1
:
2
,
3
:
4
}
for
i
in
d
:
print
(
i
,
d
[
i
])