🌈 搜索
📅  最后修改于: 2022-03-11 14:45:35.220000             🧑  作者: Mango
list = ["a", "b"] print(list[0]) print(list[1])