Skip to content

Commit

Permalink
partly translates level 9
Browse files Browse the repository at this point in the history
  • Loading branch information
irisdiakoumi committed Apr 21, 2021
1 parent 3a58689 commit eff4c23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coursedata/level-defaults/el_gr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@
print 'Έτοιμοι ή όχι, έρχομαι!'
9:
start_code:
"for i in range 1 to 10:\n print i\nprint 'Ready or not, here I come!'"
intro_text: 'Now we are going to change a little bit with indentation. Every time that we need an indentation, we need `:` at the line before the indentation.'
"for i in range 1 to 10:\n print i\nprint 'Έτοιμοι ή όχι, έρχομαι!'"
intro_text: 'Τώρα θα αλλάξουμε λίγο ' 'Now we are going to change a little bit with indentation. Every time that we need an indentation, we need `:` at the line before the indentation.'
commands:
- name: 'for with :'
explanation: 'When we use a `for`, we need to put a `:` behind the `for` statement!'
Expand Down

0 comments on commit eff4c23

Please sign in to comment.