摘要: Python 数组(列表): thislist = ["apple", "banana", "cherry"] Python 元组: thistuple = ("apple", "banana", "cherry") Python 集合: thisset = {"apple", "banana", 阅读全文
posted @ 2021-02-27 14:08 Microtiger 阅读(370) 评论(0) 推荐(0)