🌈 搜索
📅  最后修改于: 2022-03-11 14:46:04.790000             🧑  作者: Mango
List=[1,'a',"hello"] List.append(True) print(List) # output: [1, 'a', 'hello', True]