fork download
  1. a=int(input("Enter 1st number:"));
  2. b=int(input("Enter 2nd number:"));
  3. c=a-b;
  4. Print=("difference=",c);
Success #stdin #stdout 0.01s 7176KB
stdin
7
6
stdout
Enter 1st number:Enter 2nd number: