You can get unique values by converting the list to a set first: your_list = [u'hello', u'how', u'how', u'is', u'your', u'life', u'going'].
確定! 回上一頁