Question: please use python for Create a module calc . py with the following functions a . A function to find the factorial of a
please use python for Create a module calcpy with the following functions
a A function to find the factorial of a number
b A function that returns the log of a given number
c A function to convert value in degrees to radians
d A function that returns the sin cos and tan values of a given angle
Utilize the above functions by importing them in another module mathspy Use from import statement to import only functions a & d from the calcpy module
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
