Examveda

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

A. 2.0

B. 20

C. 2

D. 2.0000000000000004

Answer: Option A


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python