I have a python list: [ (2,2),(2,3),(1,4),(2,2), etc...] What I need is some kind of function that reduces it to its unique components... which would be, ...
確定! 回上一頁