0 votes
698 views
in Python by (98.9k points)
edited
Python Program to Find the Square Root

1 Answer

0 votes
by (98.9k points)
selected by
 
Best answer
num = float(input('Enter a number: '))

num_sqrt = num ** 0.5
print('The square root of %0.3f is %0.3f'%(num ,num_sqrt))

 

Related questions

0 votes
1 answer 262 views
0 votes
1 answer 100 views
0 votes
1 answer 427 views
asked Jun 11, 2022 in Python by Doubtly (98.9k points)
0 votes
1 answer 98 views
asked Jun 11, 2022 in Python by Doubtly (98.9k points)
0 votes
1 answer 152 views
asked Jun 11, 2022 in Python by Doubtly (98.9k points)

Doubtly is an online community for engineering students, offering:

  • Free viva questions PDFs
  • Previous year question papers (PYQs)
  • Academic doubt solutions
  • Expert-guided solutions

Get the pro version for free by logging in!

5.7k questions

5.1k answers

108 comments

535 users

...