mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-22 23:20:57 +07:00
10 lines
102 B
Plaintext
10 lines
102 B
Plaintext
def foo():
|
|
print("start")
|
|
<begin>
|
|
aaa = 123
|
|
<end>
|
|
print(aaa)
|
|
<result>
|
|
In:
|
|
Out:
|
|
aaa |