10.2 Code Practice: Question 2
Instructions
Edit your solution from the previous array height problem by adding extra code that increases the value of the element at (0, 2) and then reprints the array.
Expected Output
[[16, 17, 14], [17, 18, 17], [15, 17, 14]]
[[16, 17, 17], [17, 18, 17], [15, 17, 14]]