🌈 搜索
📅  最后修改于: 2022-03-11 14:45:42.677000             🧑  作者: Mango
myList = [1,2,3,4,5] if 3 in myList: print("3 is present")