From b2676a4c4e3f019967a8b3e53209fa371a827a44 Mon Sep 17 00:00:00 2001 From: Nathan <nathan@druids.tech> Date: Wed, 8 Nov 2023 08:45:05 +0000 Subject: [PATCH] week 12 --- practicals/week12/code.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/practicals/week12/code.py b/practicals/week12/code.py index d76ecca..e69de29 100644 --- a/practicals/week12/code.py +++ b/practicals/week12/code.py @@ -1,6 +0,0 @@ -artist1 = ('Tor', 2) -artist2 = ('Bonobo', 3) -artists = [artist1, artist2] - -artists.sort(key=lambda a: a[0]) -print(artists) \ No newline at end of file -- GitLab