Skip to content

Commit c47dbd8

Browse files
Add empty lines for translation
1 parent 8526b9f commit c47dbd8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

en/step_3.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The starter project has a rocket image provided for you.
55
![Image of the rocket in the code editor image gallery.](images/rocket_image.png)
66

77
--- task ---
8+
89
Add code to the `setup()` function to load the rocket image into a `rocket` global variable.
910

1011
<div class="c-project-code">
@@ -27,6 +28,7 @@ def setup():
2728
rocket = load_image('rocket.png')
2829

2930
--- /code ---
31+
3032
--- /task ---
3133

3234
--- task ---

en/step_4.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def draw_rocket():
3737

3838

3939
--- task ---
40+
4041
The outline around the circles is called the **stroke**. Add some code to turn it off.
4142

4243

0 commit comments

Comments
 (0)