Last active
August 29, 2015 14:22
-
-
Save cdaringe/28db87379b31ad03cb2c to your computer and use it in GitHub Desktop.
simple-book-library-output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cdieringer@Snapper-osx:~/pyproj/libraryDemo$ python main.py | |
Welcome to Chris's Library | |
Book: DLCDBCKWHW added from shelf 0, slot 0 | |
Book: IOZSMJTEQZ added from shelf 0, slot 1 | |
Book: IWJWVVEFIL added from shelf 0, slot 2 | |
Book: JQSRXWLJPE added from shelf 0, slot 3 | |
Book: BWMWGHBABF added from shelf 0, slot 4 | |
Book: XHQOMRINHR added from shelf 0, slot 5 | |
Book: BOBAXZJUQY added from shelf 0, slot 6 | |
Book: GMIYIHYXKT added from shelf 0, slot 7 | |
Book: GHZDTATSZO added from shelf 0, slot 8 | |
Book: AAHUUTQXDV added from shelf 0, slot 9 | |
Book: ZJRTKCRGKR added from shelf 1, slot 0 | |
Book: CTSUBPUDBK added from shelf 1, slot 1 | |
Book: ZCEVLWGVRT added from shelf 1, slot 2 | |
Book: SMMWOQEAJN added from shelf 1, slot 3 | |
Book: ZOPFFPVSWN added from shelf 1, slot 4 | |
shelf 1, slot 2 already has book ZCEVLWGVRT | |
Book: CKZERULEWR added from shelf 2, slot 0 | |
Book: HQNJVFQRXG added from shelf 5, slot 8 | |
Book: BCCRWIBKBV added from shelf 2, slot 5 | |
Book: KIGLHXSVOL added from shelf 4, slot 3 | |
shelf 0, slot 9 already has book AAHUUTQXDV | |
Book: QKBYNVYKWI added from shelf 3, slot 2 | |
shelf 4, slot 3 already has book KIGLHXSVOL | |
shelf 5, slot 8 already has book HQNJVFQRXG | |
shelf 3, slot 2 already has book QKBYNVYKWI | |
## Library | |
SLOTS: 0 1 2 3 4 5 6 7 8 9 | |
SHELF 0: B B B B B B B B B B | |
SHELF 1: B B B B B _ _ _ _ _ | |
SHELF 2: B _ _ _ _ B _ _ _ _ | |
SHELF 3: _ _ B _ _ _ _ _ _ _ | |
SHELF 4: _ _ _ B _ _ _ _ _ _ | |
SHELF 5: _ _ _ _ _ _ _ _ B _ | |
SHELF 6: _ _ _ _ _ _ _ _ _ _ | |
SHELF 7: _ _ _ _ _ _ _ _ _ _ | |
Book: XHQOMRINHR removed from shelf 0, slot 5 | |
## Library | |
SLOTS: 0 1 2 3 4 5 6 7 8 9 | |
SHELF 0: B B B B B _ B B B B | |
SHELF 1: B B B B B _ _ _ _ _ | |
SHELF 2: B _ _ _ _ B _ _ _ _ | |
SHELF 3: _ _ B _ _ _ _ _ _ _ | |
SHELF 4: _ _ _ B _ _ _ _ _ _ | |
SHELF 5: _ _ _ _ _ _ _ _ B _ | |
SHELF 6: _ _ _ _ _ _ _ _ _ _ | |
SHELF 7: _ _ _ _ _ _ _ _ _ _ | |
Book: EABBDWALOK added from shelf 0, slot 5 | |
## Library | |
SLOTS: 0 1 2 3 4 5 6 7 8 9 | |
SHELF 0: B B B B B B B B B B | |
SHELF 1: B B B B B _ _ _ _ _ | |
SHELF 2: B _ _ _ _ B _ _ _ _ | |
SHELF 3: _ _ B _ _ _ _ _ _ _ | |
SHELF 4: _ _ _ B _ _ _ _ _ _ | |
SHELF 5: _ _ _ _ _ _ _ _ B _ | |
SHELF 6: _ _ _ _ _ _ _ _ _ _ | |
SHELF 7: _ _ _ _ _ _ _ _ _ _ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment