Skip to content

Commit bf5b72f

Browse files
committed
Merge branch 'master' of github.com:fmipython/PythonCourse2024
2 parents a650e74 + c7e0fa9 commit bf5b72f

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
@@ -182,7 +182,7 @@
182182
],
183183
"source": [
184184
"# Write your code here:\n",
185-
"def possible_moves(row, collumn):\n",
185+
"def possible_moves(collumn, row):\n",
186186
" pass\n",
187187
" \n",
188188
"\n",

0 commit comments

Comments
 (0)