python入門基礎(二)

python入門基礎(二) python內置函數 max() min() sum()函數 sorted()對列表 元組 字典 集合或者其他可迭代對象進行排序並返回新列表 reversed()對迭代對象(生成器對象和具有惰性求值特性的zip,map,filter,enumerate等類似對象除外)進行反轉(首位交換) 並返回可迭代的reversed對象 range()函數 ,惰性求值得到的range
相關文章
相關標籤/搜索