You are viewing a single comment's thread. Return to all comments →
You need to put an additional [] in addition to [a,b,c]. Because the output that you want is are lists within a list.
List Comprehensions
You are viewing a single comment's thread. Return to all comments →
You need to put an additional [] in addition to [a,b,c]. Because the output that you want is are lists within a list.