单选题

运行下列代码,最终的输出“练习”的次数是?

while True:
  print("练习") 
  break 
print("练习") 
A

1

B

无数次

C

2

D

0

赣ICP备20007335号-2