Medium
The list l
has the following value :
[(1, 'A'),
(1, 'B'),
(1, 'C'),
(2, 'A'),
(2, 'B'),
(2, 'C'),
(3, 'A'),
(3, 'B'),
(3, 'C')]
Which of these definitions are correct ?
Author: ThéoStatus: PublishedQuestion passed 139 times
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about Python