We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d3fd14 commit 93f9ab7Copy full SHA for 93f9ab7
exercises/26-two-dimensional-array/README.md
@@ -2,7 +2,7 @@
2
3
## 📝 Instructions:
4
5
-1. Write a function `two_dimensional_list`, which takes 2 digits (x, y) as input and generates a 2-dimensional list or matrix.
+1. Write a function `two_dimensional_list`, that takes 2 digits (x, y) as input and generates a 2-dimensional list or matrix.
6
7
2. The element value in the `i` row and `j` column of the list should be `i*j` (their index values).
8
0 commit comments