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