Skip to content

Commit a66a681

Browse files
Week45
1 parent 3fd20f4 commit a66a681

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

Week45.ipynb

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"## Lesson: Deeper Dive into Turtle\n",
8+
"\n",
9+
"Discuss more about how to use the turtle module. Individually research what each function does using the [turtle documentation](https://docs.python.org/3/library/turtle.html). Then, together test out each function and see what it does.\n",
10+
"\n",
11+
"Functions to discuss:\n",
12+
"* numinput()\n",
13+
"* onkey()\n",
14+
"* listen()\n",
15+
"* ontimer()\n",
16+
"\n",
17+
"Test out watch each function does using the example code provided in the documentation."
18+
]
19+
}
20+
],
21+
"metadata": {
22+
"kernelspec": {
23+
"display_name": "Python 3.10.6 64-bit",
24+
"language": "python",
25+
"name": "python3"
26+
},
27+
"language_info": {
28+
"name": "python",
29+
"version": "3.10.6"
30+
},
31+
"orig_nbformat": 4,
32+
"vscode": {
33+
"interpreter": {
34+
"hash": "aee8b7b246df8f9039afb4144a1f6fd8d2ca17a180786b69acc140d282b71a49"
35+
}
36+
}
37+
},
38+
"nbformat": 4,
39+
"nbformat_minor": 2
40+
}

0 commit comments

Comments
 (0)