From 1640e91419fa933f7e4b89f1d9037fc9eed34ac4 Mon Sep 17 00:00:00 2001 From: Jasper Dahil Date: Wed, 1 Nov 2017 11:54:19 +0000 Subject: [PATCH] Changed get_Functions to Get_Functions --- what_Recog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/what_Recog.py b/what_Recog.py index f1040d9..d762dd1 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_Funtions import * def determineUserInput(sentence): """determines what the user asks and responses accordingly"""