Pages
Home
Computer
Python Programme
Tips
Tech News
Twitter
Facebook
Subscribe
About Us
Contact Us
recent
Thursday, 1 October 2015
Python Program to Find the Square Root
# Python Program to calculate the square root
num = float(input('Enter a number: '))
num_sqrt = num ** 0.5
print('The square root of %0.3f is %0.3f'%(num ,num_sqrt))
No comments :
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments ( Atom )
No comments :
Post a Comment