#assingment operators num=100num+=10num-=10num*=10 print ("num:",num)
Standard input is empty
('num:', 1000)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!