Question: code in python in Jupiter please Q2: [5 points] Program that reads word strings and creates a list of unique inputs In this question, you

code in python in Jupiter please Q2: [5 points] Program that readscode in python in Jupiter please

Q2: [5 points] Program that reads word strings and creates a list of unique inputs In this question, you are asked to create a program that reads words from the user until the user enters a blank line. After the user enters a blank line your program should display each word entered by the user exactly once. Your search for the unique words should not be case-sensitive. E.g., 'first', 'FIRST', 'First', etc should all be considered a single word. The words should be displayed in the same order that they were entered. - For example, if the user enters: first FECOND thirst second third - then your program should display: first second third

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!