math.sqrt( math. pow ( 2.7, 2)
Answers
Answered by
0
Answer:
This program show error because before using math.sqrt function you need to import math.
The right Program is.
import math
a=math.sqrt( math.pow (2.7, 2))
print(a)
Output:-
2.7
Explanation:
math.sqrt( math. pow ( 2.7, 2) =
Similar questions
Math,
2 months ago
Math,
2 months ago
Computer Science,
2 months ago
Political Science,
5 months ago
Computer Science,
5 months ago
Science,
11 months ago
English,
11 months ago
Sociology,
11 months ago