sea-stream

 

print("Addition of two complex numbers : ",(4+3j)+(3-7j))  
print("Subtraction of two complex numbers : ",(4+3j)-(3-7j))  
print("Multiplication of two complex numbers : ",(4+3j)*(3-7j))  
print("Division of two complex numbers : ",(4+3j)/(3-7j))

 

分类:

技术点:

相关文章:

  • 2021-10-20
  • 2022-01-02
  • 2021-12-11
  • 2021-12-22
  • 2021-10-20
  • 2021-10-20
  • 2021-12-11
  • 2022-01-02
猜你喜欢
  • 2021-12-11
  • 2021-10-20
  • 2022-01-02
  • 2021-12-11
相关资源
相似解决方案