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
Hindi,
1 month ago
English,
1 month ago
Science,
1 month ago
Political Science,
3 months ago
Computer Science,
3 months ago
Science,
9 months ago
English,
9 months ago
Sociology,
9 months ago