a=5a=a+1print(a) a=5a+=1print(a)a-=5print(a)a*=2print(a)
Standard input is empty
6 6 1 2
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!