Computer Science, asked by chirag11082009, 7 months ago

write a program in python to read two numbers, perform arithmetic operations (+, -, /, %) and display result​

Answers

Answered by srihari20050525
3

Answer:

This python program allows the user to enter two numeric values of data type float. Next, we are going to use those two values to perform the Arithmetic Operations such as Addition, Subtraction, Multiplication, Exponent, Modulus, and Division.

Similar questions