Q41
What will be the output of the following Python code? print(math.isinf(float('-inf')))
A.
error, the minus sign shouldn't have been inside the brackets
B.
error, there is no function called isinf
C.
True
AnswerD.
False
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board