判断题

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

for i in range(5):

   for i in range(i):

       continue

   print(i,end="")

A

B

赣ICP备20007335号-2