a=int(input("Enter 1st number:"));b=int(input("Enter 2nd number:"));c=a-b;Print=("difference=",c);
7 6
Enter 1st number:Enter 2nd number:
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!