判断题

下面Python代码执行后将输出1。( )

for i in range(1, 10):

   break

   continue

print(i)

A

B

赣ICP备20007335号-2