Posts by Aníbal De Medeiros Filho • 19 points
2 posts
- 
		0 votes3 answers69 viewsA: Transform a list into several within the sameWell...here I have a list where the values within it are changeable, IE, as the system evolves, it automatically changes. Ex: Months of the year, where I can have a list that starts in December, and… 
- 
		1 votes3 answers69 viewsQ: Transform a list into several within the sameI have the following list: X = [1,2,3,4,5] I want you to stay like this: X = [[1],[2],[3],[4],[5]]