Skip to content

Commit 93c2964

Browse files
authored
Update 8-2.py
增加标点
1 parent 105ffb3 commit 93c2964

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)