

InterviewSolution
Saved Bookmarks
1. |
What is the type of inf?(a) Boolean(b) Integer(c) Float(d) Complex |
Answer» The correct choice is (c) Float Best explanation: Infinity is a special case of floating point numbers. It can be obtained by float(‘inf’). |
|