Vidyalelo
Python · Q23

MCQs for Python Data Types and Numeric Types Chapter

Programming · Python · question 23

Q23

What is the imaginary part of the complex number 3 + 4j ?

A.
3
B.
4
Answer
C.
4j
D.
3j

Answer: Option B

Solution

Answer: Option B
Solution:
The imaginary part of a complex number is the coefficient of the imaginary unit j.