Python 列表(list)、字典(dict)、字符串(string)經常使用基本操做小結

[python]  view plain copy   建立列表   sample_list = ['a',1,('a','b')]      Python 列表操做   sample_list = ['a','b',0,1,3]      獲得列表中的某一個值   value_start = sample_list[0]   end_value = sample_list[-1]      刪除
相關文章
相關標籤/搜索