Skip to content

Commit c7e0fa9

Browse files
authored
Fixing order of arguments in "possible moves" function
raw and column order has been swapped
1 parent 6f11f31 commit c7e0fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labs/lab02/lab02.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
],
181181
"source": [
182182
"# Write your code here:\n",
183-
"def possible_moves(row, collumn):\n",
183+
"def possible_moves(collumn, row):\n",
184184
" pass\n",
185185
" \n",
186186
"\n",

0 commit comments

Comments
 (0)