From de2d0d514d8a9ca9a35e2d42564bc405ba54f484 Mon Sep 17 00:00:00 2001 From: Jasper Dahil Date: Wed, 1 Nov 2017 11:55:50 +0000 Subject: [PATCH] Changed the SPELLINGS --- what_Recog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/what_Recog.py b/what_Recog.py index d762dd1..e2486db 100644 --- a/what_Recog.py +++ b/what_Recog.py @@ -1,7 +1,7 @@ operatorList = ["+","-","*","/","plus","minus","times","divided"] numberList = ["1","2","3","4","5","6","7","8","9","0"] -from Get_Funtions import * +from Get_Functions import * def determineUserInput(sentence): """determines what the user asks and responses accordingly"""