Python數組元素添加修改與刪除

數組 數組是一種有序的集合,能夠隨時添加和刪除其中的元素。web 數組定義數組 student=['jack','Bob','Harry','Micle'] print(student) 訪問數組元素 用索引來訪問list中每個位置的元素,記得索引是從0開始的:app student=['jack','Bob','Harry','Micle'] print(student) print(stud
相關文章
相關標籤/搜索