Which of the following is incorrect?
float(‘inf’)
float(‘nan’)
float(’56’+’78’)
float(’12+34′)
Correct Answer : D
What is the output of print 0.1 + 0.2 == 0.3?
Which of the following is not a complex number?
What is the type of inf?