CoffeePie
Python source code
a=2 b=3 print a+b nrs=[1,2,3,4] for i in nrs: print i