Question: Using Python 3.5 or later please provide a solution and help me better understand what is being asked. 1. Write a program that prompts the
Using Python 3.5 or later please provide a solution and help me better understand what is being asked.
1. Write a program that prompts the user to input some text and a word. The program outputs the starting indices of all occurrences of the word in the text, If the word is not found the program should output Error: Word is not Found.
2. Write a program that prompts the user to input a sequence of words, the program then displays a list of unique words.
Thanks.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
