1 a,b = 0, 1 2 while b<100: 3 print (b), 4 a, b = b, a+b
上一篇:Python面試真題 - 什么是元組的解封裝 ?
下一篇:Python面試真題 - 介紹一下Python中webbrowser的用法 ?