We can use the “set” python command and construct a new list with all the unique elements of the original list. list_unique(set(list)) print ...
確定! 回上一頁