Which of the following imports only the sqrt function from the math module?
import math.sqrt
from math import sqrt
import sqrt from math
import sqrt
This question is part of this quiz :