mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
12 lines
175 B
Python
12 lines
175 B
Python
def f(a, b, c):
|
|
if b:
|
|
pass
|
|
elif a:
|
|
pass
|
|
else:
|
|
c = <selection>1
|
|
if b:
|
|
a = 3
|
|
else:
|
|
b</selection> = 4
|