 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Explain any two print command with mathematical function. | 
| Answer» ONG>ANSWER: Functions in Python MATH Module Function Description pow(x, y) Returns x raised to the power y sqrt(x) Returns the square root of x acos(x) Returns the arc COSINE of x asin(x) Returns the arc sine of x Explanation: follow dear | |