Skip to content

Commit 86bef82

Browse files
authored
Merge pull request #16 from mss12138/patch-7
Update 8-7.py
2 parents dacf530 + 9b7b235 commit 86bef82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapter08/8-7.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ def make_album(artist, title):
22
album_dict = {
33
'artist': artist.title(),
44
'title': title.title(),
5-
}
5+
}
66
return album_dict
77

88
album = make_album('metallica', 'ride the lightning')
@@ -12,4 +12,4 @@ def make_album(artist, title):
1212
print(album)
1313

1414
album = make_album('willie nelson', 'red-headed stranger')
15-
print(album)
15+
print(album)

0 commit comments

Comments
 (0)