Skip to content
Permalink
Browse files
Changed get_Functions to Get_Functions
  • Loading branch information
dahilj committed Nov 1, 2017
1 parent 424c6d1 commit 1640e91419fa933f7e4b89f1d9037fc9eed34ac4
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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"""

0 comments on commit 1640e91

Please sign in to comment.