We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cef558d + 152136f commit 7b8f379Copy full SHA for 7b8f379
BasicPython/119.md
@@ -112,3 +112,6 @@ python中提供了一个内置函数enumerate,能够实现类似的功能
112
>>> [foo(i,ele) for i,ele in enumerate(seq)]
113
['0:qiwsir', '1:qiwsir.github.io', '2:python']
114
115
+<hr>
116
+
117
+[首页](./index.md) | [上一讲](./118.md) | [下一讲](./120.md)
0 commit comments