442 B
442 B
importance: 5
Sort the table
There's a table:
Name | Surname | Age |
---|---|---|
John | Smith | 10 |
Pete | Brown | 15 |
Ann | Lee | 5 |
... | ... | ... |
There may be more rows in it.
Write the code to sort it by the "name"
column.