Skip to content

Commit ac64945

Browse files
committed
[SLUG] Transferring changes from Slug as of 2023-04-21 08:10:13 +0100.
1 parent b742813 commit ac64945

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

000_START_HERE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ ideas will apply to any language.
1111

1212
> **Note**
1313
> If you like videos, follow this [replit video
14-
> guide](#link-to-video) to get set up. Otherwise, keep
15-
> reading below.
14+
> guide](https://youtu.be/c0GdcmPfKL4) to get set up.
15+
> Otherwise, keep reading below.
1616
1717
[Open up the replit space.](https://replit.com/@neoeno/The-Perfect-Crab-Introduction-to-Programming)
1818

@@ -37,8 +37,8 @@ You will need to engage with three parts of it:
3737
* The shell panel to the right, where you'll run code.
3838

3939
To set up and learn how to use the interface, please follow
40-
the [replit IDE setup video](#link-to-video). This video has
41-
subtitles.
40+
the [replit IDE setup video](https://youtu.be/c0GdcmPfKL4).
41+
This video has subtitles.
4242

4343
You may find the default replit theme hard to read. We have
4444
created two themes which combine good contrast and

011_identity.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ def just_return_it(num):
4545
#
4646
# python 011_identity.py
4747
#
48-
# If you don't see the shell, watch this video: @TODO
48+
# If you don't see the shell, watch this video:
49+
# https://youtu.be/c0GdcmPfKL4
4950
#
5051
# After running the command, you should see:
5152
#

0 commit comments

Comments
 (0)