5 lines
94 B
Text
5 lines
94 B
Text
|
|
V width = 3
|
||
|
|
V height = 5
|
||
|
|
V myarray = [[0] * width] * height
|
||
|
|
print(myarray[height-1][width-1])
|