Skip to content

Commit f2ba636

Browse files
authored
Update README.md
1 parent 9749fe9 commit f2ba636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/26-two-dimensional-array/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 📝 Instructions:
44

5-
1. Write a function `two_dimensional_list`, that takes 2 digits (x, y) as input and generates a 2-dimensional list or matrix.
5+
1. Write a function `two_dimensional_list()`, that takes 2 digits (x, y) as input and generates a 2-dimensional list or matrix.
66

77
2. The element value in the `i` row and `j` column of the list should be `i*j` (their index values).
88

0 commit comments

Comments
 (0)