Computer Science, asked by anjali805tiwari, 9 months ago

WAP to perform.addition and subtraction of two values using constructor in python​

Answers

Answered by kush193874
5

Answer:

Program to perform addition, subtraction, multiplication and division on two input numbers in Python

In this program, user is asked to input two numbers and the operator (+ for addition, – for subtraction, * for multiplication and / for division). Based on the input, program computes the result and displays it as output.

Similar questions