blob: 1b41c605af36c972e311580275111648a51d4649 [file] [log] [blame]
Tor Norbye1aa2e092014-08-20 17:01:23 -07001x = 1
2y = 2
3y = x + y
4print(y)