2 lines
No EOL
69 B
Python
2 lines
No EOL
69 B
Python
table = [[1, 2, 3], [1, 2, 3], [1, 2, 3], [1, 2, 3]]
|
|
table [1][2] = 5 |