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"""