RIBCC

  • lambda遍历map

    一、lambda遍历map集合求个数 my_map = {“apple”: 2, “banana”: 3, “orange”: 4} count = len(list(filter…

    编程 2025-01-11