answer it only if you know the answer
and wap means write a program,I want python program
Attachments:
Answers
Answered by
0
Answer:
Explanation:
# Python Program to calculate the square root
# Note: change this value for a different result
num = 8
# To take the input from the user
#num = float(input('Enter a number: '))
num_sqrt = num ** 0.5
print('The square root of %0.3f is %0.3f'%(num ,num_sqrt))
Similar questions
Biology,
4 months ago
Science,
9 months ago
Physics,
9 months ago
Physics,
1 year ago
Environmental Sciences,
1 year ago