Skip to content

Commit aca8dff

Browse files
authored
Merge pull request #14 from mss12138/patch-5
Update 8-2.py
2 parents 196dbc3 + 93c2964 commit aca8dff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapter08/8-2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
def favorite_book(title):
2-
print("One of my favorite book is " + title)
2+
print("One of my favorite book is " + title + ".")
33

4-
favorite_book('CSAPP')
4+
favorite_book('CSAPP')

0 commit comments

Comments
 (0)