Skip to content

Commit 7712f3f

Browse files
committed
More small changes to address book example
1 parent 879586e commit 7712f3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/address_book.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def validate_zip():
4848
INSERT INTO State VALUES (3, "NY");
4949
5050
INSERT INTO Addresses VALUES (1, 2, "John", "Smith", "123 Main St.","Suite A","Cleveland",1,44101);
51+
INSERT INTO Addresses VALUES (2, 1, "Sally", "Jones", "111 North St.","Suite A","Pittsburgh",2,44101);
5152
"""
5253

5354
# -------------------------

0 commit comments

Comments
 (0)