V width = 3 V height = 5 V myarray = [[0] * width] * height print(myarray[height-1][width-1])