Skip to content

Commit d5abe5d

Browse files
authored
Create complex.py
1 parent fd0346e commit d5abe5d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

complex.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
a = 10+5j
2+
b = 20.5
3+
print( " Multiplication of float and complex")
4+
print("a =",a ,"b=",b )

0 commit comments

Comments
 (0)