a, b = 0, 1
n=1000
while a < n:
print(a, end=' ')
a, b = b, a+b
print()
---(執行結果)-------------------------
0 1 1 2 3 5 8 13 21 34 55 89 144 233 377 610 987
------------------------------------------
Py- 書本檔案分享網址 : 原來: gg.gg/py-book < 萬一 gg.gg 連不上 > 可以連: https://python-khcode.blogspot.com/p/python-apcs.html --------...
沒有留言:
張貼留言