📜  下面的 Python 语法代表什么类型的循环? for i in range(10): print(i) - Python 代码示例
📅  最后修改于: 2022-03-11 14:45:35.693000             🧑  作者: Mango
代码示例1
What type of loop does the following Python syntax represent?
for i in range(10):
print(i)