From 77c8c9fddef35e65e331136136333244236fcf9c Mon Sep 17 00:00:00 2001 From: Brendan McDevitt Date: Mon, 1 Jan 2018 20:48:45 -0500 Subject: [PATCH] i suck at git --- _posts/2018-01-01-100-days-of-code-challenge.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_posts/2018-01-01-100-days-of-code-challenge.markdown b/_posts/2018-01-01-100-days-of-code-challenge.markdown index 5851964..c117749 100644 --- a/_posts/2018-01-01-100-days-of-code-challenge.markdown +++ b/_posts/2018-01-01-100-days-of-code-challenge.markdown @@ -9,7 +9,8 @@ With a brand new year, comes a fresh start, a clean slate. I am going to begin my new year with something I have just come across: [100daysofcode](http://100daysofcode.com/) challenge. I have forked the 100 days of code repo from github and am using the log to track my daily progress. It will be fun, and it will be a great way to keep me -accountable for building my python knowledge. +accountable for building my python knowledge. Here is an example snippet from +the code I did for day 1. Day 1: ```python