python-----------列表常規操做

文章目錄 列表 列表 list_1 = [1,"action","haha"] print(list_1[2]) # 一.列表嵌套 list_2 = [[1,"very",0.851],["google","fortable",3.14],[5-2,"hello"+" world!",type(1.2)]] print(list_2[2][2]) # 二.列表經常使用操做 # 1.增長列表元素 l
相關文章
相關標籤/搜索