From d9eb3e94b4cda26d7102a4a8bdd2c726d062bb78 Mon Sep 17 00:00:00 2001 From: Brendan McDevitt Date: Mon, 8 Jan 2018 19:39:33 -0500 Subject: [PATCH] day 7 - coded on things at work --- .../2018-01-01-100-days-of-code-day007.markdown | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _100-days-of-code/2018-01-01-100-days-of-code-day007.markdown diff --git a/_100-days-of-code/2018-01-01-100-days-of-code-day007.markdown b/_100-days-of-code/2018-01-01-100-days-of-code-day007.markdown new file mode 100644 index 0000000..3a91428 --- /dev/null +++ b/_100-days-of-code/2018-01-01-100-days-of-code-day007.markdown @@ -0,0 +1,15 @@ +--- +layout: post +title: "day 7" +date: 2018-01-08 +categories: programming +--- + +# 100 Days of Code + +### Day 7: +Took a break from coding on Sunday. Needed to take care of some things around +my apartment instead. Today, I ended up programming for a few hours while at +work. I learned more about initialization of objects and about unpacking +tuples. +