以下是一些python的list和set的基本操作1. list的一些操作list = [1, 2, 3] list.append(5) print(list) list.extend([7, 8]) # extend是将可迭代对象 ...
確定! 回上一頁