a = int(input("enter a number: "))b = float(input("enter a number: ")) add = a+b print(add)
1 2 10 42 11
enter a number: enter a number: 3.0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!