(单选题, )面代码的输出结果是( )A = 2.0B = 1.0S = 0For n in range(1,4): s += a / b t = a a = a + b b = tPrint(round(s,2))
A.5.17
B.8.39
C.3.5
D.6.77
正确答案是A