Q1. Which module to be imported for function fabs( )?
Q2. Select the correct statement to import math module.
Q3. Which of the following is not function of math module?
Q4. Write the output of the following code :
import math
print(math.sqrt(169))
Q5. What type of error is returned by the following code :
import math
print (math.sqrt(-25))
Q6. Write the output of the following code :
import math
print(math.sqrt(25))
Q7. Write the output of the following code :
import math
print (math.fabs(math.floor(-25.6)))
Q8. Write the output of the following code :
import math
print (int(math.pi))
Q9. Which of the following function takes two arguments?
Q10. Write the output of the following code :
import math
print (int(math.sqrt(math.ceil(144.45))))
NICE QUESTION ,,, BUT ANSWER ARE NOT VERY SATISFACTORY
Thank you so much. All the answers are correct, please specify the question number if you feel the answer is wrong.
Thank you so much. All the answers are correct, please specify the question number if you feel the answer is wrong.