python學習:多重賦值順序

固然,咱們可使用 Python 完成比二加二更復雜的任務。例如,咱們能夠寫一個生成 菲波那契 子序列的程序,以下所示:python   >>> # Fibonacci series: ... # the sum of two elements defines the next ... a, b = 0, 1 >>> while b < 10: ... print(b) ... a,
相關文章
相關標籤/搜索