hackerrank.com

Practice>Python>Classes>Classes>Dealing with Complex Numbers

건이두 2019. 3. 11. 13:16
728x90

hackerrank.com

Dealing with Complex Numbers

Problem link : https://www.hackerrank.com/challenges/class-1-dealing-with-complex-numbers/problem
Difficultiy : Medium

Tip

  • This problem is to check that you know how to use complex() from cmath
  • we map each arithmetic operation is each method to complex(), it's all you should do

Solution




728x90