题库 Python题库 题目列表 运行以下程序,共计输出了几个hello?( )for i in r...
单选题

运行以下程序,共计输出了几个hello?(

for i in range(3): 

  print("hello")

A.

1

B.

2

C.

3

D.

4

题目信息
2023年 6月 选择题
75%
正确率
0
评论
30
点击