Skip to content

Commit 29bf89a

Browse files
authored
Update squar root.py
CODEZILA | codePy
1 parent 69c2a6f commit 29bf89a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Basic/squar root.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# * Written By Codezila.org at 19-03-2020 11:00PM (IST)
12
# Python Program to calculate the square root
23

34
# Note: change this value for a different result
@@ -7,4 +8,5 @@
78
#num = float(input('Enter a number: '))
89

910
num_sqrt = num ** 0.5
10-
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

Comments
 (0)