🌈 搜索
📅  最后修改于: 2022-03-11 14:45:04.041000             🧑  作者: Mango
import bisect a = [1, 2, 4, 5] bisect.insort(a, 3) print(a)