0 votes
88 views
in Python Programming (SBLC) by (420 points)
edited
Write a 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

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

537 users

...