阅读背景:

生成器(generator)和迭代(iterable , iterator, iteration)

来源:互联网 
def fab(max): 
n, a, b
= 0, 0, 1
while n < max:



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: