下面程序的输出结果是()。m=5while(m==0):m-=1print(m)

下面程序的输出结果是()。m=5while(m==0):m-=1print(m)

A.0

B.4

C.5

D.-1

正确答案:5

猜你喜欢