forked from VimPlug/jedi
7 lines
72 B
Python
7 lines
72 B
Python
|
|
a, b = {'asdf': 3, 'b': 'str'}
|
|
a
|
|
|
|
x = [1]
|
|
x[0], b = {'a': 1, 'b': '2'}
|