Removing Duplicate Characters from a String Using Python
Strings
Easy • 0 votes
📝 Question
Write a Python program that accepts a line of text (which consists of multiple words) from the input device. Remove duplicate characters from it and make a line of text unique