Computer Science, asked by js9431102232, 4 months ago

WAP using INPUT statement to find the difference of two numbers.​

Answers

Answered by kambhampatisumathi
1

Answer:

python

Explanation:

a=int(input())

b=int(input())

if(a>b):

print(a-b)

else:

print(b-a)

Answered by shilamore12345
0

☺️☹️⭐⚡✨☠️️❤️♥️❣️️❣️ok bro

Similar questions