mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 23:04:48 +08:00
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'}
|