Discuss / Python / 作业

作业

Topic source
def by_name(t):    return tdef by_score(t):    return t[1]

  • 1

Reply