Skip to content

Commit 40dbc18

Browse files
committed
[SLUG] Transferring changes from Slug as of 2023-04-21 16:34:36 +0100.
1 parent bc30404 commit 40dbc18

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

032_while_loops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://github.com/makersacademy/intro-to-python/blob/main/999_video_index.md
1+
# Video alternative: https://youtu.be/W8F1pmRu5G8&t=0s
22

33
from lib.helpers import check_that_these_are_equal
44

033_for_loops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://github.com/makersacademy/intro-to-python/blob/main/999_video_index.md
1+
# Video alternative: https://youtu.be/W8F1pmRu5G8&t=300s
22

33
# There's another kind of loop — the `for` loop.
44

034_summarising.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video alternative: https://github.com/makersacademy/intro-to-python/blob/main/999_video_index.md
1+
# Video alternative: https://youtu.be/W8F1pmRu5G8&t=501s
22

33
from lib.helpers import check_that_these_are_equal
44

999_video_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ Here's an index of all of the videos in this material:
2525
* [029 Lists](https://youtu.be/26diwnnEYJY&t=1027s)
2626
* [030 List Indexing](https://youtu.be/26diwnnEYJY&t=1171s)
2727
* [031 List Modification](https://youtu.be/26diwnnEYJY&t=1337s)
28+
* [032 While Loops](https://youtu.be/W8F1pmRu5G8&t=0s)
29+
* [033 For Loops](https://youtu.be/W8F1pmRu5G8&t=300s)
30+
* [034 Summarising](https://youtu.be/W8F1pmRu5G8&t=501s)
2831

2932
Later videos are pending upload and will be posted here
3033
within the next day.

0 commit comments

Comments
 (0)