Python I have a list of lists. like A = [[x,y],[a,b],[c,f],[e,f],[a,b],[x,y]] I want to count how many times each list occurred in the main list.
確定! 回上一頁