We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8526b9f commit c47dbd8Copy full SHA for c47dbd8
en/step_3.md
@@ -5,6 +5,7 @@ The starter project has a rocket image provided for you.
5

6
7
--- task ---
8
+
9
Add code to the `setup()` function to load the rocket image into a `rocket` global variable.
10
11
<div class="c-project-code">
@@ -27,6 +28,7 @@ def setup():
27
28
rocket = load_image('rocket.png')
29
30
--- /code ---
31
32
--- /task ---
33
34
en/step_4.md
@@ -37,6 +37,7 @@ def draw_rocket():
37
38
39
40
41
The outline around the circles is called the **stroke**. Add some code to turn it off.
42
43
0 commit comments