Which of the following is not a complex number?
k = 2 + 3j
k = complex(2, 3)
k = 2 + 3l
k = 2 + 3J
Correct Answer : C
What is the output of print 0.1 + 0.2 == 0.3?
What is the type of inf?