判断题

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

for i in range(10):

   continue

else:

   print(i)

A

B

赣ICP备20007335号-2