**** BEGIN LOGGING AT Mon Aug 29 02:59:57 2022 Aug 29 14:26:22 How does line 49 make sense w/ its ":" after already using it w/ the if statement? Aug 29 14:26:31 dang it: https://pastebin.com/v6mJZ98Z Aug 29 14:27:29 This is the second time in this book I have read this type of if statement w/ a following : b/c of the if statement and then another one on the next line down... Aug 29 14:27:45 line 49 is a syntax error Aug 29 14:27:54 Okay. Thank you. Aug 29 14:28:12 I wonder why they have it in numerous locations. Oh well. Aug 29 14:29:09 Probably typos in the book...hopefully. Aug 29 14:41:03 @zmatt: Does cache_storage equal zero? cache_storage=[[0]*16]*(CACHE_SZ/16) Aug 29 14:41:08 I mean... Aug 29 14:41:17 Am I putting 0 in cache_storage? Aug 29 14:41:59 It just seems like that is a bit fancy for a way to put 0 in cache_storage. Aug 29 14:42:16 Off to learn! Aug 29 14:43:28 Oh! Aug 29 14:43:48 So, it is 0 16 times. Aug 29 14:44:13 That does not seem right. Aug 29 14:54:24 Forget it. The book was written w/ Python2 in mind. Blah. Aug 29 15:33:28 set_: yeah it should be //16 instead of /16 in python3 Aug 29 15:34:32 https://pastebin.com/8qGYKAkR Aug 29 18:36:09 I see! Aug 29 21:13:10 Hi guys! **** ENDING LOGGING AT Tue Aug 30 02:59:57 2022