阅读以下程序,请问程序运行后会输出几个"hello, noc!"?
n = 3
while n < 6:
print("hello, noc!")
n = n 1
0
3
4
7
微信小程序
微信扫一扫体验
微信公众账号
微信扫一扫加关注
发表评论 取消回复