4 lines
40 B
Python
4 lines
40 B
Python
a, b = 1, 2
|
|
c = 6 # fmt: skip
|
|
d = 5
|
a, b = 1, 2
|
|
c = 6 # fmt: skip
|
|
d = 5
|