
Write a program that will read words from the keyboard and store them in a list until the word end
He then randomly selects 3 of them and prints them.
It must:
1.If the user types more than one word and then Enter, do not save the phrase but display the message Only one word at a time.
2.If the total number of words is less than 5, do not randomly select 3 of them but display the message, Very few words.
3.When entering the words if the user again gives the same word he will not accept it but will make a message You have retrieved this word
4.If the end word is given with any combination of case-capitals to terminate the data entry.
the deadline expires in 4 hours.