单项选择题
下列程序段中,print输出语句的执行次数是( )
k=1314
while k>1:
print(k)
k=k/2
A、7
B、1314
C、657
D、11
点击查看答案&解析
相关考题
