Discuss / Python / 作业

作业

Topic source

print(sorted(L,key=lambda t:t[0])) print(sorted(L,key=lambda t:t[1],reverse=True))


  • 1

Reply