fix exercises
This commit is contained in:
parent
428346027a
commit
5455d9be1d
4 changed files with 7 additions and 5 deletions
|
@ -96,7 +96,7 @@
|
|||
}
|
||||
},
|
||||
"source": [
|
||||
"# 2. Rewrite the code to look like it would in your wildest dreams!\n",
|
||||
"# 2. How would interact with the Walker in your wildest dreams!\n",
|
||||
"\n",
|
||||
"How could you restructure the interface of the `walker` library so that the functionality stays the same, but the code is less smelly?\n",
|
||||
"\n",
|
||||
|
@ -133,7 +133,7 @@
|
|||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 4,
|
||||
"execution_count": null,
|
||||
"metadata": {
|
||||
"pycharm": {
|
||||
"name": "#%%\n"
|
||||
|
@ -141,7 +141,7 @@
|
|||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# Write the code that uses your new `walker` interface here!\n",
|
||||
"# Write the (pseudo)code that uses your new `walker` interface here!\n",
|
||||
"# walker = Walker(sigma_i=3, sigma_j=4, ...)\n",
|
||||
"# ..."
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue