Skip to content

Commit 3e1a1dd

Browse files
committed
start state
1 parent d3d0100 commit 3e1a1dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Start/Ch 1/instance_start.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ def __init__(self, title):
1313

1414

1515
# TODO: create some book instances
16-
16+
b1 = Book("War and Peace")
17+
b2 = Book("The Catcher in the Rye")
1718

1819
# TODO: print the price of book1
1920

0 commit comments

Comments
 (0)