Xác định kết quả cho đoạn code sau. import collections c = collections.Counter() print(c.most_common(1))16/25Xác định kết quả cho đoạn code sau.import collectionsc = collections.Counter()print(c.most_common(1))[(4, 4)][(2, 2)][(4, 4), (2, 2)]ErrorGiải thíchChọn đáp án D