单选题

运行以下程序,变量'i'的值为()?

a = 1

i = 0

while a <=100:

    a += 7

    i += 5

print(i)

A

93

B

95

C

70

D

75

赣ICP备20007335号-2