编程小白的第一本 Python 入门书ํ识函数
A∥ the Cokes are the
也许运行完上面三段代
在章节的要位置,这明显就
me and all the Cokes
对这点也深有体会。所以我更
class
Z Taylor knows it.
print( ) s
the President knows it,
间3中的代码为背景,在下面
上这两行
the bum knows it
and you know it
其中类团5和类的实
式是一个兰入对象矩将果打印的函数
input()
介绍
本文主要介绍Python中迭代的基本知识和使用
什么是迭代
在Python中,如果给定一个list或tuple,我们可以通过for循环来遍历这个list或tuple,这种遍历我们成为迭代(Iteration)。
在Python中,迭代是通过 for … in 来完成的,而很多语言比如C或者Java,迭代list是通过下标完成的,比如Java代码:
for (i=0; i<list.length; i++) {
n = list[i];
}
可以看出,Python的for循环抽