This commit is contained in:
Alexander Hess 2020-11-01 23:34:24 +01:00
parent 73432b9060
commit 2753bdee9e
Signed by: alexander
GPG key ID: 344EA5AB10D868E0

View file

@ -479,7 +479,7 @@
" if _offset is not None:\n", " if _offset is not None:\n",
" count += _offset\n", " count += _offset\n",
"\n", "\n",
" # answer to Q18\n", " # answer to Q13\n",
" hanoi_ordered(..., _offset=_offset)\n", " hanoi_ordered(..., _offset=_offset)\n",
" ...\n", " ...\n",
" hanoi_ordered(..., _offset=count)" " hanoi_ordered(..., _offset=count)"