Edit your solution from the previous list lengths problem by adding additional code that increases the value of the element at (1, 0) by a value of 2, and then reprints the list.

[[20, 15, 16], [15, 16, 15], [16, 15, 16]]
[[20, 15, 16], [17, 16, 15], [16, 15, 16]]