Difference

Report a typo

Write a program that reads two integer numbers from user and then prints their difference.

Don't specify any message when reading the input, please.

Remember that input() gives you a str, not an int.

Sample Input 1:

8
11

Sample Output 1:

-3
Write a program in Python 3





___

Create a free account to access the full topic