python學習筆記2---python中表示「組」的概念與定義

列表(list) >>> type([1,2,3,4,5,6]) <class 'list'> >>> type(["hello","worls",1,9]) <class 'list'> >>> type(["hello","worls",1,9,True,False]) <class 'list'> >>> type([[1,2],[3,4],[True,False]])//嵌套列表,相當於其
相關文章
相關標籤/搜索