Python 3 cookbook 學習筆記(一)

全書連接:https://python3-cookbook.readthedocs.io/zh_CN/latest/index.htmlhtml 最近在看這本書,感受知識點挺豐富,結合我的理解和須要,整理並記錄下學習點。python 1.1 解壓分解序列 經過賦值操做能夠實現對可迭代對象的解壓分解。web # 分解元組, 獲得 x = 4, y = 5 x,y = (4,5) # 分解列表 na
相關文章
相關標籤/搜索