File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
from lib .helpers import check_that_these_are_equal
4
4
Original file line number Diff line number Diff line change 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
2
2
3
3
# There's another kind of loop — the `for` loop.
4
4
Original file line number Diff line number Diff line change 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
2
2
3
3
from lib .helpers import check_that_these_are_equal
4
4
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ Here's an index of all of the videos in this material:
25
25
* [ 029 Lists] ( https://youtu.be/26diwnnEYJY&t=1027s )
26
26
* [ 030 List Indexing] ( https://youtu.be/26diwnnEYJY&t=1171s )
27
27
* [ 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 )
28
31
29
32
Later videos are pending upload and will be posted here
30
33
within the next day.
You can’t perform that action at this time.
0 commit comments