Question: Math - 1 . py : Try out some math functions. You may need to use online help for this. Important: Add this import statement
Mathpy : Try out some math functions. You may need to use online help for this.
Important: Add this import statement immediately after your docstring
import math
Paste these comments into your python file, as a heading for each task. Then write a line of code below each comment, to provide the result as shown.
# cut off to
# round to
# calculate the square root of
# calculate the sin of
# display the value of pi
# display pi rounded to decimal places
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
