blob: 660aa2dc7d76c7a475c6554baadf43e1025ae6c1 [file] [log] [blame]
def f():
aaa = 1
<begin>
aaa += 1
<end>
print(aaa)
<result>
In:
aaa
Out:
aaa