Is it possible to compare user input after every keystroke(without hitting enter) with a list of strings?
example:
words = "house, mouse, music, halo,"
first_user_keystroke = h
second_user_keystroke = a
Then if only one possible match, in this case "halo", ad this string to variable.