mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-22 23:20:57 +07:00
12 lines
135 B
Plaintext
12 lines
135 B
Plaintext
def f():
|
|
a = 12
|
|
if some_cond:
|
|
b = 1
|
|
c = <begin>foo(boo(a) + 123 * b)<end>
|
|
print('hello')
|
|
|
|
<result>
|
|
In:
|
|
a
|
|
b
|
|
Out: |