单选题

阅读以下程序,请问程序运行后会输出几个"hello,noc!"?

n = 3

while n < 6:

    print("hello, noc!")

    n = n + 1

A

0

B

3

C

4

D

7

赣ICP备20007335号-2