Can I create this thing in python?
I want to create such a program that does the following things. There is a game we call "Word Game" and what you have to do is, the first person says a word e.g: APPLE. Now APPLE ends with the word E. So, the next person has to say a word that starts with the letter E. And let's say the next person says EGG. Now this time it ends with G and so the next person will say a word with G as it's first letter. And this way the loop continues untill the person can't say any word within the given time. Now I want to create a program that will keep track of all the words that we say or manually type in a text file and the next time when we enter the same word it will warn that it already exists. Because when we play this game for a long time we get confused if we said this word earlier or not. So, if this kind of thing is possible please let me and if you are kind enough please guide me through how I can do this. I just started using Python and I am really excided if I can come up with something like this.🙂🙂🙂