Files
2012-05-22 15:38:36 +04:00

11 lines
101 B
Plaintext

def f():
aaa = 123
<begin>
print(aaa)
<end>
print("Hello")
<result>
In:
aaa
Out: