Discuss / Python / 太简单#使用函数提取出他们关键指标即可

太简单#使用函数提取出他们关键指标即可

Topic source

def by_name(t): return t[0]

def by_score(t): return t[1]


  • 1

Reply