From b485ebe560b56191ca11d1ae1076240067b84733 Mon Sep 17 00:00:00 2001 From: hashtagallison Date: Mon, 8 Apr 2019 13:06:16 -0500 Subject: [PATCH] Update python_ex177.py Fixed spacing issue to match with output presented on page 93 of the self-taught programmer --- python_ex177.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_ex177.py b/python_ex177.py index 99a9970..321dfef 100644 --- a/python_ex177.py +++ b/python_ex177.py @@ -1,3 +1,3 @@ # Thanks so much for reading my book. Feel free to contact me at cory[at]theselftaughtprogrammer.io. -"""Hello.Yes!""".split(".") +"""Hello. Yes!""".split(".")