8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ba75a commit 2af4746Copy full SHA for 2af4746
squareRoot_exponent.py
@@ -0,0 +1,6 @@
1
+__author__ = 'Avinash'
2
+
3
+num = float(input('Enter a number: '))
4
5
+sqrt = num ** 0.5
6
+print('The square root of %0.3f is %0.3f' % (num, sqrt))
0 commit comments