We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd0346e commit d5abe5dCopy full SHA for d5abe5d
complex.py
@@ -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