Vidyalelo
Python · Q152

Module in Python

Programming · Python · question 152

Q152

What is the result of math.fsum([.1 for i in range(20)])?

A.
2.0
Answer
B.
20
C.
2
D.
2.0000000000000004

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board