1.

What is x if x = math.isfinite(float(‘0.0’))?(a) True(b) False(c) None(d) errorThe question was asked in semester exam.Question is from Math topic in section Mapping Functions and Modules of Python

Answer»

Right ANSWER is (a) True

To EXPLAIN I would SAY: float(‘0.0’) is a finite number.



Discussion

No Comment Found

Related InterviewSolutions