Question: Write in Python language. 2. Return multiple values from a function. Write a Python program to create function calculation() such that it can accept four

Write in Python language.
2. Return multiple values from a function. Write a Python program to create function calculation() such that it can accept four variables and calculate addition, subtraction, multiplication, and division. Also, it must return all the four operations in a single return call. Hint: def calculation (x,y) : \# Your Code abcd= calculation (x_value, yvalue ) print(abcd)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
