blob: b392a007046ee5805d2fb4335922c03fa360ec04 [file] [log] [blame]
a = 2
b = 3
<selection>a = a + b
c = a * 2</selection>
print(c)