File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ ideas will apply to any language.
11
11
12
12
> ** Note**
13
13
> 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.
16
16
17
17
[ Open up the replit space.] ( https://replit.com/@neoeno/The-Perfect-Crab-Introduction-to-Programming )
18
18
@@ -37,8 +37,8 @@ You will need to engage with three parts of it:
37
37
* The shell panel to the right, where you'll run code.
38
38
39
39
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.
42
42
43
43
You may find the default replit theme hard to read. We have
44
44
created two themes which combine good contrast and
Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ def just_return_it(num):
45
45
#
46
46
# python 011_identity.py
47
47
#
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
49
50
#
50
51
# After running the command, you should see:
51
52
#
You can’t perform that action at this time.
0 commit comments