Discuss / Python / 第二题

第二题

Topic source

Casa_Lan

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

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

L2 = sorted(L,key=by_score)


  • 1

Reply