Discuss / Python / 作业

作业

Topic source

def by_name(t):

    return t[0].lower()

def by_score(t):

    return 100-t[1]


  • 1

Reply