diff --git a/coursedata/level-defaults/el_gr.yaml b/coursedata/level-defaults/el_gr.yaml index 5cfa9056abf..2a79ffdf04b 100644 --- a/coursedata/level-defaults/el_gr.yaml +++ b/coursedata/level-defaults/el_gr.yaml @@ -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!'