We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105ffb3 commit 93c2964Copy full SHA for 93c2964
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