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 a32330e commit 29a2bf9Copy full SHA for 29a2bf9
README.md
@@ -34,5 +34,6 @@ The code used in my video series. Interested? [Watch Here](https://www.youtube.c
34
[30 - Functions - Avoiding globals](code/tutorial_30.py)
35
[31 - Functions - Return](code/tutorial_31.py)
36
[32 - Functions - Argument Types](code/tutorial_32.py)
37
-[33 - Lambda](code/tutorial_33.py)
38
-[34 - Random](code/tutorial_34.py)
+[33 - Generator Function](code/tutorial_33.py)
+[34 - Lambdas](code/tutorial_34.py)
39
+[35 - Pseudo Random](code/tutorial_35.py)
0 commit comments