a = 100b = 123print(a*3)print(a+3)print(a/3)
Standard input is empty
300 103 33.333333333333336
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!