diff --git a/practicals/week12/code.py b/practicals/week12/code.py index d76ecca4f9c448ec958eff5b906b4f2d224c875d..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 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