From 72a3a04097d0842c677bf00dfb5b83c03218ac39 Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 31 Oct 2019 08:59:05 -0600 Subject: [PATCH] update --- console_play.py | 1 + 1 file changed, 1 insertion(+) diff --git a/console_play.py b/console_play.py index 496ffc8..de2aca9 100644 --- a/console_play.py +++ b/console_play.py @@ -34,6 +34,7 @@ def play_unconstrained(): action = input("> ") if action != "": + action = action[0].lower() + action[1:] action = " You " + action + ". " action = first_to_second_person(action)