Python數據結構整理

1、序列(列表,元組和字符串) 1.列表 列表是可變的,這是他區別於字符串和元組最重要的特色,列表能夠修改,而字符串和元組不能。html (1)建立 經過下面的方式建立python list=['hello,world'] print list list_number=[1,2,3] print list_number 輸出:數據庫 或者經過list()建立app list=list('hello
相關文章
相關標籤/搜索