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 8c41262 commit 9b26214Copy full SHA for 9b26214
Polar cordinates.py
@@ -0,0 +1,6 @@
1
+import cmath
2
+a = complex(input())
3
+b = list(cmath.polar(a))
4
+
5
+print(b[0])
6
+print(b[1])
0 commit comments