mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-20 03:20:56 +07:00
14 lines
123 B
Plaintext
14 lines
123 B
Plaintext
def f():
|
|
aaa = 12
|
|
<begin>
|
|
bbb = aaa
|
|
aaa = bbb + 123
|
|
<end>
|
|
bbb
|
|
aaa
|
|
<result>
|
|
In:
|
|
aaa
|
|
Out:
|
|
aaa
|
|
bbb |