Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Remove duplicates
Python Code Challenge
24 -
Write a program that prompts the user for a list of words and then converts the list into a set, removes any duplicates and returns the set.
Python
Data Types
Sets