Polar Coordinates

  • + 0 comments

    from cmath import phase num=complex(input().strip()) print(abs(num)) print(phase(num))