Polar Coordinates

  • + 0 comments

    import cmath cn=complex(input()) print(abs(cn)) print(cmath.phase(cn))