You are viewing a single comment's thread. Return to all comments →
import cmath n = input() print(round(abs(complex(n)),3)) print(round(cmath.phase(complex(n)),3))
Seems like cookies are disabled on this browser, please enable them to open this website
Polar Coordinates
You are viewing a single comment's thread. Return to all comments →