From aa329240d4cf6600c43884fe78016985080a8347 Mon Sep 17 00:00:00 2001 From: jspink56 Date: Fri, 18 Nov 2016 18:32:02 +0000 Subject: [PATCH] Added print statement to end --- CountMillionCharacter.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CountMillionCharacter.py b/CountMillionCharacter.py index 5de7d14d0d4..4ccd2d7fa67 100644 --- a/CountMillionCharacter.py +++ b/CountMillionCharacter.py @@ -293,3 +293,5 @@ value = pprint.pformat(count) print(value) +print("adding my two cents here!") +