mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
12 lines
182 B
Python
12 lines
182 B
Python
def f(a, b, c):
|
|
if b:
|
|
pass
|
|
elif a:
|
|
c = <selection>1
|
|
if b:
|
|
a = 3
|
|
else:
|
|
b<caret></selection> = 4
|
|
else:
|
|
pass
|