摘要: list_one = ["你","是","我","未","来","的","人"] # append() list_one .append("啊") print(list_one ) #['你', '是', '我', '未', '来', '的', '人', '啊'] # insert() list_o 阅读全文
posted @ 2018-07-23 23:21 Springtime 阅读(193) 评论(0) 推荐(0)