blob: 1b41c605af36c972e311580275111648a51d4649 [file]
x = 1
y = 2
y = x + y
print(y)