判断题

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

for i in range(10):

      continue

else:

      print(i)

A 正确
B 错误
赣ICP备20007335号-2