File tree
Expand file treeCollapse file tree1 file changed
+3
-1
lines changed Expand file treeCollapse file tree1 file changed
+3
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
|
| 1 | +# * Written By Codezila.org at 19-03-2020 11:00PM (IST) |
1 | 2 | # Python Program to calculate the square root
|
2 | 3 |
|
3 | 4 | # Note: change this value for a different result
|
|
7 | 8 | #num = float(input('Enter a number: '))
|
8 | 9 |
|
9 | 10 | 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]>') |
You can’t perform that action at this time.
0 commit comments