x=5k=5print("sum=",x+k)print("sub=",x-k)print("div=",x*k)print("multi=",x%k)print("spr=",x**k)
Standard input is empty
sum= 10 sub= 0 div= 25 multi= 0 spr= 3125
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!