From: Zachary Vance Date: Tue, 18 Nov 2025 23:31:16 +0000 (-0500) Subject: Hack-a-Day 17 Python Challenge X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=397cb66bfe3da96d0ca7cc07b19956ed77869295;p=blog.git Hack-a-Day 17 Python Challenge --- diff --git a/posts/hack2025-17-python-challenges.md b/posts/hack2025-17-python-challenges.md new file mode 100644 index 0000000..6d89453 --- /dev/null +++ b/posts/hack2025-17-python-challenges.md @@ -0,0 +1,19 @@ +--- +author: admin +categories: +- Technical +date: 2025-11-18 +tags: +- python +- programming +slug: python-challenges +title: "Hack-a-Day, Day 17: Python Challenge" +--- + +Hack-a-Day is a challenge to complete one project a day in November from scratch. + +Today's "hack" was a blitz of the [Python Challeng](http://www.pythonchallenge.com/). I didn't finish it -- I got through about 10 of the 33 total levels. + +Since the goal is really to practice your python and have fun with riddles, no code shared on this one. + +Peace out!