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 3e06b76 commit a2f5565Copy full SHA for a2f5565
My Threads.py
@@ -5,7 +5,7 @@
5
# function shows how the threads work, as if looking at
6
# them in a slow motion time lapse to show how they work
7
# with each def function call thread. Threading gives the
8
-# illusion that each of the four def funtions are running at
+# illusion that each of the four def functions are running at
9
# the same time, when really, they aren't.
10
11
from time import sleep as delay;import threading
0 commit comments