(单选题, )以下程序的输出结果是: n=5 while n>2: print(n) n=n-1

(单选题, )以下程序的输出结果是: n=5 while n>2: print(n) n=n-1

A.5

B.5 4 3 2 1

C.5 4 3;

D.5 4 3

正确答案是D