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

4 wiersze
38 B
Python
Czysty Zwykły widok Historia

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