Discuss / Python / 交作业

交作业

Topic source

张康除

#1 Created at ... [Delete] [Delete and Lock User]
def by_name(t):
    t=t[0]
    return t
def by_score(t):
    t=-t[1]
    return t

我还纠结了好久,想着有没有哪个函数可以把字母和数字分别筛选出来..


  • 1

Reply