x = float(1.0)y = float(2.0)z = float(x+y)print(z) # output the answer for 1+2
Standard input is empty
3.0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!