Write the output of the following code :>>> x = 4 - 7j>>> print(x.imag, x.real) - Study24x7
Social learning Network
06 Mar 2024 03:41 PM study24x7 study24x7

Write the output of the following code :
>>> x = 4 - 7j
>>> print(x.imag, x.real)


A

4.0 -7.0

B

-7.0 4.0

C

Error

D

None of the above

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles