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 69c2a6f commit 29bf89aCopy full SHA for 29bf89a
Basic/squar root.py
@@ -1,3 +1,4 @@
1
+# * Written By Codezila.org at 19-03-2020 11:00PM (IST)
2
# Python Program to calculate the square root
3
4
# Note: change this value for a different result
@@ -7,4 +8,5 @@
7
8
#num = float(input('Enter a number: '))
9
10
num_sqrt = num ** 0.5
-print('The square root of %0.3f is %0.3f'%(num ,num_sqrt))
11
+print('The square root of %0.3f is %0.3f'%(num ,num_sqrt))
12
+print('\n\tCode By codezila.org :)\n\tJoin Us On : <github.com/codezila-org>\n\tFor More Mail Us : <contact@codezila.org>')
0 commit comments