None

执行如下程序,结果为?( )

for n in range(4):

    x = n * 3 + 1

print(x)

A

4

B

7

C

10

D

13

赣ICP备20007335号-2