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
/
dict1.py
blob: 3243faa632f8166dfa481bbe9c4372db8e236297 (
plain
)
1
2
3
x
=
{}
x
=
{
'a'
:
1
}
x
=
{
'a'
:
1
,
'b'
:
2
}