micropython/tests/bytecode/mp-tests/dict1.py

4 lines
38 B
Python

x = {}
x = {'a':1}
x = {'a':1, 'b':2}