Discuss / Python / 测试成功

测试成功

Topic source

筱枫_Edward

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

#按名字排序

def by_name(t): return t[0]

#按成绩高到低排序

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


  • 1

Reply