...

/

Exercise 2: Print the output using Nested Arrays

Exercise 2: Print the output using Nested Arrays

By using the nested arrays, print the output of a matrix.

Problem Statment

You are given the following array:

array = [
  [1, 2, 3],
  [2, 2,
...

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy