We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503cce6 commit 9b057cfCopy full SHA for 9b057cf
Part 1/Section 02 - A Quick Refresher/04 - The While Loop.ipynb
@@ -11,7 +11,7 @@
11
"cell_type": "markdown",
12
"metadata": {},
13
"source": [
14
- "The **while** loop is a way to repeatg a block of code as long as a specified condition is met."
+ "The **while** loop is a way to repeat a block of code as long as a specified condition is met."
15
]
16
},
17
{
@@ -366,7 +366,7 @@
366
],
367
"metadata": {
368
"kernelspec": {
369
- "display_name": "Python 3",
+ "display_name": "Python 3 (ipykernel)",
370
"language": "python",
371
"name": "python3"
372
@@ -380,7 +380,7 @@
380
"name": "python",
381
"nbconvert_exporter": "python",
382
"pygments_lexer": "ipython3",
383
- "version": "3.6.1"
+ "version": "3.9.10"
384
}
385
386
"nbformat": 4,
0 commit comments