Vidyalelo
Python · Q48

MCQs for Python Data Types and Numeric Types Chapter

Programming · Python · question 48

Q48

Which of the following is not a complex number?

A.
k = 2 + 3j
B.
k = complex(2, 3)
C.
k = 2 + 3l
Answer
D.
k = 2 + 3J

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board