This commit is contained in:
Nick
2019-10-31 08:59:05 -06:00
parent b69b1ce308
commit 72a3a04097
+1
View File
@@ -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)