This is what they have:
这就是他们所拥有的:
def fib(n):
a, b = 0, 1
while a < n:
print a,
a, b = b, a+b
def fib(This is what they have:
这就是他们所拥有的:
def fib(n):
a, b = 0, 1
while a < n:
print a,
a, b = b, a+b
def fib(