.k=10000 while k>1: print(k) k=k/2哪个选项给出了上述程序的输出次数?

.k=10000 while k>1: print(k) k=k/2哪个选项给出了上述程序的输出次数?

A.1000

B.15

C.14

D.13

正确答案是C