주어진 문자열에서 중복된 단어를 지우고 출력해주는 함수(remove)를 어떻게 만드나요..?
예시
remove(‘Python Exercise Practice Exercise’)
Python Exercise Practice 이런식으로요..