以下代码运行的结果是

import math
math.fsum([0.1,0.2,0.3])

A、0.2
B、0.3
C、0.6
D、0.1