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]      删除
相关文章
相关标签/搜索