Write a program to find the differences between two numbers
Answers
Answered by
0
Answer:
in python
int a,b
input (insert frist number: ) write with cotation
input (insert second number: ) write with cotation
c = a-b
print (your difference is : ) write with cotation
print(c) write without cotation
Explanation:
Similar questions