Which will have an output of 7.0?

>>> from math import root
>>> root(49)>>> from math import root >>> root(49) ,

>>> from math import sqrt
>>> sqrt(49)>>> from math import sqrt >>> sqrt(49) ,

>>> from root import math
>>> root49)>>> from root import math >>> root49) ,

>>> from sqrt import math
>>> sqrt(49)>>> from sqrt import math >>> sqrt(49) ,