Computer Science, asked by shristi8350, 8 months ago

write a program to input two numbers and print their difference in python ​

Answers

Answered by kumar254748
2

Answer:

This program adds two numbers

num1 = 1.5

num2 = 6.3

# Add two numbers

sum = num1 + num2

# Display the sum

print('The sum of {0} and {1} is {

Answered by SASHANKSAHIL
5

Answer:

I have pinned the answer image you can check it out dear

Hope you may get it

Mark as brainliest

Thank You...

Attachments:
Similar questions