5 lines
55 B
Python
5 lines
55 B
Python
data = [ \
|
|
['1', 2, 'three'],
|
|
['A', 'BB', 'CCC']
|
|
]
|
data = [ \
|
|
['1', 2, 'three'],
|
|
['A', 'BB', 'CCC']
|
|
]
|