@@ -1,3 +1,4 @@
1
+# * Written By Codezila.org at 20-03-2020 1:26AM (IST)
2
# Find square root of real or complex numbers
3
# Importing the complex math module
4
import cmath
@@ -8,4 +9,5 @@
8
9
#num = eval(input('Enter a number: '))
10
11
num_sqrt = cmath.sqrt(num)
-print('The square root of {0} is {1:0.3f}+{2:0.3f}j'.format(num ,num_sqrt.real,num_sqrt.imag))
12
+print('The square root of {0} is {1:0.3f}+{2:0.3f}j'.format(num ,num_sqrt.real,num_sqrt.imag))
13
+print('\n\tCode By codezila.org :)\n\tJoin Us On : <.com/codezila-org>\n\tFor More Mail Us : <[email protected]>')
0 commit comments