提交 ff6830c6 编写于 作者: vnotepad's avatar vnotepad 🎱

Update Python快速入门和查询.md

上级 081c7c9e
...@@ -263,6 +263,11 @@ while count > 0: ...@@ -263,6 +263,11 @@ while count > 0:
for i in [1, 2, 3]: for i in [1, 2, 3]:
print(i) print(i)
for i in range(10):
print(i)
``` ```
## 10\. 迭代器与生成器 ## 10\. 迭代器与生成器
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册