Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a python function perform _ arithmetic _ operation to perform basic arithmetic operations on two numbers. The function takes 3 inputs: num 1 ,
Write a python function performarithmeticoperation to perform basic arithmetic operations on two numbers. The function takes inputs: num num and symbol in which symbol denotes the particular arithmetic operation to be performed on the numbers num and num The function should then calculate and return the result.
The arithmetic operations and their corresponding symbols are:
Arithmetic operation symbol
Addition ie num num
Subtraction ie num num
Multiplication ie num num
Division ie numnum
Note that the function should handle division by zero and invalid input which corresponds to symbol being anything other than the four symbols listed above gracefully by returning
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started