From d05e722db1a78fa9e925589a98a6648771848878 Mon Sep 17 00:00:00 2001 From: "Andre Silva (mateussa)" Date: Mon, 13 Nov 2017 23:28:43 +0000 Subject: [PATCH] Fixed merge errors --- determineUserInput.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/determineUserInput.py b/determineUserInput.py index 550d6aa..b13869a 100644 --- a/determineUserInput.py +++ b/determineUserInput.py @@ -97,11 +97,7 @@ def respondQuestion(sentence): elif newSentence[0] in ["what","whats"]: response = executeWhat(sentence), 3 elif newSentence[0] == "are": -<<<<<<< HEAD response = executeAre(sentence), 4 - -======= - response = executeAre(sentence) elif newSentence[0] == "tell": response = executeTell(sentence) elif newSentence[0]== "do": @@ -111,7 +107,6 @@ def respondQuestion(sentence): elif newSentence[0]=="which": response = executeWhich(sentence) ->>>>>>> b7a60192002be12cb4161f5a82a085f5b9b8f27e return response # ----------------------------------------------------------------------------------------------------------