Discuss / Python / 作业打卡

作业打卡

Topic source

def by_name(t):
return t[0]

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


  • 1

Reply