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. 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.
input() gives you a str, not an int. Sample Input 1:
8
11Sample Output 1:
-3Create a free account to access the full topic