Streamline previous content

This commit is contained in:
Alexander Hess 2019-11-20 11:00:24 +01:00
commit ca8fefdce1
13 changed files with 5091 additions and 3409 deletions

View file

@ -215,21 +215,27 @@
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
"source": [
"import ..."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
"source": [
"r = ..."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
"source": [
"..."
]
},
{
"cell_type": "markdown",
@ -244,17 +250,8 @@
"metadata": {},
"outputs": [],
"source": [
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n"
"def sphere_volume(...):\n",
" ..."
]
},
{
@ -269,42 +266,54 @@
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
"source": [
"radius = ..."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
"source": [
"sphere_volume(...)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
"source": [
"sphere_volume(...)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
"source": [
"sphere_volume(...)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
"source": [
"sphere_volume(...)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
"source": [
"sphere_volume(...)"
]
},
{
"cell_type": "markdown",
@ -334,7 +343,9 @@
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
"source": [
"radius = ..."
]
},
{
"cell_type": "code",
@ -342,14 +353,15 @@
"metadata": {},
"outputs": [],
"source": [
"\n"
"for ... in ...:\n",
" ..."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"**Q11.6**: What lesson did you learn about the `float` type?"
"**Q11.6**: What lesson do you learn about the `float` type?"
]
},
{