Q. What does from math import sqrt do?
Solution:
from math import sqrt imports only the sqrt function from the math module.
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.
from math import sqrt imports only the sqrt function from the math module.
Strengthen Your Practice with our comprehensive question bank.