“””#Python四種型態增加元素. list.append(元素),. tuple1 = tuple + (元素, ),. set.add(元素),. dict[key]=value”””. lst = [1,2,3] lst.append(4)
確定! 回上一頁