IPv4 versus IPv6 – Who connects faster? [pdf]
vaibhavbajpai.com2 ポイント投稿者 enterneo0 コメント
def fibonacci(max):
a, b = 0, 1
while a < max:
yield a
a, b = b, a+b
To run the function do: >>> for n in fibonacci(1000):
... print n,
0 1 1 2 3 5 8 13 21 34 55 89 144 233 377 610 987
[1] http://diveintopython.org/dynamic_functions/stage6.html Many of its major features have also been backported to the backwards-compatible
Python 2.6 and 2.7. [1]
[1] http://en.wikipedia.org/wiki/History_of_Python
We also implemented an Android application that complements the user interface, and plan to expand this project further by installing more meters.
Details on the project are available at [2]
[1] http://www.wattsapp.net/
[2] http://www.wattsapp.net/about.html