In this LAB, you create a function each for calculating the Sum, Difference, Product and Quotient of two numbers. Use attributes to pass the values into the functions. And use return values.
Create a script called Lab06_A. Add the above code.
Modify the script to make it work with attributes and return values.