Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/31-advanced-strings/30-symbols/description.es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ theory: |
```

instructions: |
Imprime el último carácter de la constante dada.
En la cadena `text` se esconde una palabra secreta. Extrae los caracteres necesarios de la variable `text` por sus índices, únelos e imprime la palabra `grip`.

tips: []
2 changes: 1 addition & 1 deletion modules/31-advanced-strings/30-symbols/en/EXERCISE.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Given `name = 'Na\nharis'`, print the last character (`s`). Remember: `\n` is one character.
A secret word is hidden in the `text` string. Extract the needed characters from the `text` variable by their indexes, join them, and print the word `grip`.
2 changes: 1 addition & 1 deletion modules/31-advanced-strings/30-symbols/es/EXERCISE.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Dada `name = 'Na\nharis'`, imprime el último carácter (`s`).
En la cadena `text` se esconde una palabra secreta. Extrae los caracteres necesarios de la variable `text` por sus índices, únelos e imprime la palabra `grip`.
Loading