Discuss / Python / 交作业

交作业

Topic source

不忈嫑脸

#1 Created at ... [Delete] [Delete and Lock User]

第一题:

def by_name(t):

    return t[0]

第二题:

def by_score(t):

    return t[1]


  • 1

Reply