Discuss / Python / code

Nikaaaaaa

#1 Created at ... [Delete] [Delete and Lock User]
在此插入代码
print(sorted([('Bob', 75), ('Adam', 92), ('Bart', 66), ('Lisa', 88)], key=lambda t:t[0]))

  • 1

Reply