Computer Science, asked by deepak9649769313, 3 months ago

Write a program to demonstrate the use of arithmetic operators in python

Answers

Answered by archanabarde80
1

Answer:

sum = float(num1) + float(num2) ... min = float(num1) - float(num2) # Multiply two numbers. mul = float(num1) * float(num2)

Answered by AnnyThakaran
1

Answer:

sum = float(num1) + float(num2) ... min = float(num1) - float(num2) # Multiply two numbers. mul = float(num1) * float(num2)

Similar questions