Polar Coordinates

  • + 0 comments

    import cmath u=input() print(round(abs(complex(u)),3)) print(round(cmath.phase(complex(u)),3))