240 发简信
IP属地:广东
  • Python中的operator库

    Python中的operator库 这个模块提供了一系列的函数操作。比如,operator.add(x, y)等于x+y a = [1,2,3]...