Skip to content

Commit 1c56f97

Browse files
committed
[SLUG] Transferring changes from Slug as of 2023-04-21 14:08:19 +0100.
1 parent e693f43 commit 1c56f97

22 files changed

+22
-22
lines changed

021_two_step.py

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

33
from lib.helpers import check_that_these_are_equal
44

022_strings.py

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

33
# A string is a sequence of characters (letters).
44

023_string_indexing.py

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

33
from lib.helpers import check_that_these_are_equal
44

024_string_operations.py

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

33
from lib.helpers import check_that_these_are_equal
44

025_string_concatenation.py

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

33
from lib.helpers import check_that_these_are_equal
44

026_ifs.py

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

33
from lib.helpers import check_that_these_are_equal
44

027_comparison.py

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

33
from lib.helpers import check_that_these_are_equal
44

028_logic.py

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

33
from lib.helpers import check_that_these_are_equal
44

029_lists.py

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

33
# When looking at strings, I mentioned the concept of data
44
# structures.

030_list_indexing.py

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

33
from lib.helpers import check_that_these_are_equal
44

0 commit comments

Comments
 (0)