Given a string with a word, return a string with all duplicates deleted.
Anonymous
Split the word into individual characters in R and used the unique function. They wanted me to instead code in Python and call the set function.
Check out your Company Bowl for anonymous work chats.