🌈 搜索
📅  最后修改于: 2022-03-11 14:46:22.725000             🧑  作者: Mango
my_list = ['one','two','three'] my_list.append('four') #.append will add the string or int to the end of the list