Discuss / Python / 交作业

交作业

Topic source

#1th

def by_name(t): return t[0]

#2th

def by_score(t): return t[1] * -1


  • 1

Reply