Skip to content
Snippets Groups Projects
Commit b2676a4c authored by Nathan's avatar Nathan
Browse files

week 12

parent 9f944af1
No related branches found
No related tags found
No related merge requests found
artist1 = ('Tor', 2)
artist2 = ('Bonobo', 3)
artists = [artist1, artist2]
artists.sort(key=lambda a: a[0])
print(artists)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment