python中sequence經常使用方法

(1)序列類型函數app enumerate(), reversed(), sorted(), zip()函數 (2)字符串類型方法ip join(), strip(), replace(), split(), translate(),startswith() 字符串 其中translate()須要使用maketrans()方法:string >>> z = str.maketrans(x,y)
相關文章
相關標籤/搜索