Write a program to calculate and print subtraction of two numbers
Answers
Answered by
0
Answer:
its a python program
Explanation:
a=int(input("enter the first number"))
b=int(input("enter the second number"))
subtraction=a-b
print(subtraction,"is the answer")
#hope it helps you
please mark brainliest
Similar questions