3 lines
65 B
Python
3 lines
65 B
Python
|
|
people = [('joe', 120), ('foo', 31), ('bar', 51)]
|
||
|
|
sorted(people)
|