Question: Example 1 Create a python function which will do arithmetic operations, - addition, subtraction, multiplication and division - based on the character input. The function

Example 1 Create a python function which will do arithmetic operations, - addition, subtraction, multiplication and division - based on the character input. The function will take 3 parameters: one integer value, one character and another integer value. The function will only return the calculation. If an invalid character is being entered it will return 'Invalid Operation' EXAMPLE PROGRAM RUN calculator (E 2) 0 8 4 calcula tor 6Z 12 calculator (2) 3.0 calcul ator (6,&2) 10 points Invalid Operation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
