题库 Python题库 题目列表 下列Python程序段中循环一共执行了6次。( )for i i...
判断题

下列Python程序段中循环一共执行了6次。( )

for i in range(10,-1,-2):

    print(i)

A.
正确
B.
错误
题目信息
2023年 判断题 3月
50%
正确率
0
评论
70
点击