num1 = int(input("enter first no"))num2 = int(input("enter second no"))num = num1+num2print(num)
3 2
enter first noenter second no5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!