Skip to content
Permalink
Browse files
Removed my name from getName
Only added one line so not really worth me being on the list of people who worked on the function
  • Loading branch information
hortonr6 committed Nov 24, 2017
1 parent 0fa488c commit af18cfdc994317e2e58c17401153868e8b0ab6ff
Showing 1 changed file with 1 addition and 1 deletion.
@@ -12,7 +12,7 @@ randomStuff = ["Cherophobia is the fear of fun","A flock of crows is called a mu


#========================================================================================================= #=========================================================================================================


def getName(sentence): #Jasper, Richard, Suraj def getName(sentence): #Jasper, Suraj
"""get the name of the user from the inputed sentence""" """get the name of the user from the inputed sentence"""
userWords = sentence.lower() userWords = sentence.lower()
userWords = userWords.split() userWords = userWords.split()

0 comments on commit af18cfd

Please sign in to comment.