+2
6/12/2019 1:52:47 PM
2 Answers
+3
Do you mean something like this? lst = [[1 ,2, 3], [4, 5, 6], [7, 8, 9]] print(lst)
0
Python
Send us a message