mirror of
https://github.com/github/semantic.git
synced 2024-11-29 11:02:26 +03:00
4 lines
28 B
Python
4 lines
28 B
Python
|
a, b = 2, 1
|
||
|
c = 1
|
||
|
b, = 1, 2
|