We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 196dbc3 + 93c2964 commit aca8dffCopy full SHA for aca8dff
chapter08/8-2.py
@@ -1,4 +1,4 @@
1
def favorite_book(title):
2
- print("One of my favorite book is " + title)
+ print("One of my favorite book is " + title + ".")
3
4
-favorite_book('CSAPP')
+favorite_book('CSAPP')
0 commit comments