|
|
|
@ -31,6 +31,10 @@ gamenames = spaceremover(gamenames)
|
|
|
|
|
#new funtion quantifier
|
|
|
|
|
def quantifier (words):
|
|
|
|
|
word = random.choice(words)
|
|
|
|
|
if word[-1] =="y":
|
|
|
|
|
word = word[0:-1]
|
|
|
|
|
#word = word.replace("y","")
|
|
|
|
|
return word + "ies"
|
|
|
|
|
return word + "s"
|
|
|
|
|
#print(type(objects))
|
|
|
|
|
#print(objects)
|
|
|
|
|