blob: 7dc2ed5893d16884220795fce61bededbc3ce95d [file] [log] [blame]
def f():
a = 1
while a < 10:
<selection>do_smth
a+=1</selection>
print(a)