Discuss / Python / 交作业

交作业

Topic source

L1 = sorted(L,key = lambda x : x[1])

如果是按照成绩的话,就改成: L1 = sorted(L,key = lambda x : x[0])


  • 1

Reply