예를 들어, ["one", "two", "one"] 목록이 주어지면 알고리즘은 True를 반환해야 하지만 주어진 [" one", "two", "three"]는 False를 반환해야 합니다.
["one", "two", "one"]
True
[" one", "two", "three"]
False