Discuss / Python / 打卡

打卡

Topic source
def by_name(t):
    return t[0]
    pass

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


  • 1

Reply