File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
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 : <.com/codezila-org>\n\tFor More Mail Us : <[email protected]>')

0 commit comments

Comments
 (0)