第14889题 判断题
Python代码for i in range(5): print(i)的运行结果为1、2、3、4、5的说法是否正确?

<pre><code>for i in range(5): print(i)</code></pre>

A

正确

B

错误

程序运行统计
暂无判题统计
知识点:
提交0次 正确率0.00%
答案解析