Skip to content
Prev Previous commit
Next Next commit
https://github.com/learnpack/learnpack/issues/720
  • Loading branch information
ElviraQDP committed Feb 22, 2022
commit b4784db0652603b7d4c8820ab4b5f4bfac7e2d29
3 changes: 1 addition & 2 deletions exercises/001-hello_world/README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ print("How are you?")

## 💡 Pista:

+ Video de 5 minutos sobre la consola:
https://www.youtube.com/watch?v=vROGBvX_MHQ
+ Video de 5 minutos sobre [la consola](https://www.youtube.com/watch?v=vROGBvX_MHQ)
3 changes: 1 addition & 2 deletions exercises/001-hello_world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ print("How are you?")

## 💡 Hint:

+ 5 minutes video about the console:
https://www.youtube.com/watch?v=1RlkftxAo-M
+ 5 minutes video about [the console](https://www.youtube.com/watch?v=1RlkftxAo-M)
6 changes: 2 additions & 4 deletions exercises/003-area_of_right_triangle/README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

## 💡 Pistas:

+ Si no sabes por donde empezar este ejercicio, por favor, revisa la teoría en esta lección:
https://snakify.org/lessons/print_input_numbers/
+ Si no sabes por donde empezar este ejercicio, por favor, revisa la teoría en esta lección: https://snakify.org/lessons/print_input_numbers/

+ También puedes intentar paso a paso con trozos de la teoría:
https://snakify.org/lessons/print_input_numbers/steps/1/
+ También puedes intentar paso a paso con trozos de la teoría: https://snakify.org/lessons/print_input_numbers/steps/1/
6 changes: 2 additions & 4 deletions exercises/003-area_of_right_triangle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

## 💡 Hints:

+ If you don't know how to start solving this exercise, please, review a theory for this lesson:
https://snakify.org/lessons/print_input_numbers/
+ If you don't know how to start solving this exercise, please, review a theory for this lesson: https://snakify.org/lessons/print_input_numbers/

+ You may also try step-by-step theory chunks:
https://snakify.org/lessons/print_input_numbers/steps/1/
+ You may also try step-by-step theory chunks: https://snakify.org/lessons/print_input_numbers/steps/1/
4 changes: 2 additions & 2 deletions exercises/004-hello_harry/README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## 📝 Instrucciones:

1. Completa la función `hello_name()` para que salude al usuario imprimiendo la palabra `Hello`, luego agregue una coma, el nombre del usuario y un signo de exclamación después de él.
1. Completa la función `hello_name()` para que salude al usuario imprimiendo la palabra `Hello`, luego le agregue una coma, el nombre del usuario y un signo de exclamación después de él.

*La salida tu programa debe coincidir estrictamente con la deseada, caracter por caracter. No debe haber ningún espacio entre el nombre y el signo de exclamación.*
*La salida de tu función debe coincidir estrictamente con la deseada, caracter por caracter. No debe haber ningún espacio entre el nombre y el signo de exclamación.*

### Ejemplo de entrada:

Expand Down
6 changes: 2 additions & 4 deletions exercises/004-hello_harry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

+ You can use '+' operator to concatenate two strings. See the lesson for details.

+ If you don't know how to start solving this assignment, please, review a theory for this lesson:
https://snakify.org/lessons/print_input_numbers/
+ If you don't know how to start solving this assignment, please, review a theory for this lesson: https://snakify.org/lessons/print_input_numbers/

+ You may also try step-by-step theory chunks:
https://snakify.org/lessons/print_input_numbers/steps/1/
+ You may also try step-by-step theory chunks: https://snakify.org/lessons/print_input_numbers/steps/1/
4 changes: 1 addition & 3 deletions exercises/006-apple_sharing/README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

## 📝 Instrucciones:

1. `N` estudiantes cogen `K` manzanas y las distribuyen entre ell@s de manera uniforme. La parte restante (la indivisible) permanece en la cesta. ¿Cuántas manzanas recibirá cada estudiante? y ¿Cuántas manzanas quedarán en la cesta?

*El programa lee los números `N` y `K` y debería devolver la respuesta a ambas preguntas.*
1. `N` estudiantes cogen `K` manzanas y las distribuyen entre ell@s de manera uniforme. La parte restante (la indivisible) permanece en la cesta. ¿Cuántas manzanas recibirá cada estudiante? y ¿Cuántas manzanas quedarán en la cesta? *Esta función lee los números `N` y `K` y debería devolver la respuesta a ambas preguntas.*

## Ejemplo de entrada:

Expand Down
4 changes: 1 addition & 3 deletions exercises/006-apple_sharing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

## 📝 Instructions:

1. `N` students take `K` apples and distribute them among each other evenly. The remaining (the indivisible) part remains in the basket. How many apples will each single student get and how many apples will remain in the basket?

*The program reads the numbers `N` and `K`. It should return the two answers for the questions above.*
1. `N` students take `K` apples and distribute them among each other evenly. The remaining (the indivisible) part remains in the basket. How many apples will each single student get and how many apples will remain in the basket? *The function reads the numbers `N` and `K` and it should return the two answers for the questions above.*

## Example input:

Expand Down
2 changes: 1 addition & 1 deletion exercises/006.1-square_value_of_number/README.es.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 006.1 square value of nunmber
# `006.1` square value of number

## 📝 Instrucciones:

Expand Down
2 changes: 1 addition & 1 deletion exercises/006.1-square_value_of_number/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 006.1 square value of number
# `006.1` square value of number

## 📝 Instructions

Expand Down
9 changes: 3 additions & 6 deletions exercises/007-hours_and_minutes/README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@

## 📝 Instrucciones:

1. Dado el número entero `N` - el número de segundos que pasan desde la medianoche ¿Cuántas horas y minutos completos han pasado desde la medianoche? *El programa debe imprimir dos números: el número de horas (entre 0 y 23) y el número de minutos (entre 0 y 1339)*.
1. Dado el número entero `N` - el número de segundos que pasan desde la medianoche ¿Cuántas horas y minutos completos han pasado desde la medianoche? *La función debe imprimir dos números: el número de horas (entre 0 y 23) y el número de minutos (entre 0 y 1339)*.

## Ejemplo:

* Si N = 3900 --> han pasado 3900 segundos desde la medianoche ,es decir, ahora es la 1:05 am.

+ El programa debe imprimir 1 65 --> 1 hora completa ha pasado desde la medianoche, 65 minutos completos han pasado desde la medianoche.


## Ejemplo de entrada:

+ 3900
Expand All @@ -21,8 +20,6 @@

## 💡 Pistas:

+ Si no sabes por donde partir este ejercicio por favor, revisa la teoría en esta lección:
https://snakify.org/lessons/print_input_numbers/
+ Si no sabes por donde partir este ejercicio por favor, revisa la teoría en esta lección: ttps://snakify.org/lessons/print_input_numbers/

+ También puedes intentar paso a paso con trozos de la teoría:
https://snakify.org/lessons/print_input_numbers/steps/1/
+ También puedes intentar paso a paso con trozos de la teoría: https://snakify.org/lessons/print_input_numbers/steps/1/
6 changes: 2 additions & 4 deletions exercises/007-hours_and_minutes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@

## 💡 Hints:

+ If you don't know how to start solving this assignment, please, review a theory for this lesson:
https://snakify.org/lessons/print_input_numbers/
+ If you don't know how to start solving this assignment, please, review a theory for this lesson: https://snakify.org/lessons/print_input_numbers/

+ You may also try step-by-step theory chunks:
https://snakify.org/lessons/print_input_numbers/steps/1/
+ You may also try step-by-step theory chunks: https://snakify.org/lessons/print_input_numbers/steps/1/
4 changes: 1 addition & 3 deletions exercises/008-two_timestamps/README.es.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# `008` two timestamps

Dadas dos marcas de tiempo del mismo día: un número de horas, minutos y segundos para ambas marcas de tiempo. El momento de la primera marca de tiempo ocurrió antes del momento de la segunda.

## 📝 Instrucciones:

1. Calcula cuántos segundos pasaron entre ellas.
1. Dadas dos marcas de tiempo del mismo día: un número de horas, minutos y segundos para ambas marcas de tiempo. El momento de la primera marca de tiempo ocurrió antes del momento de la segunda. Calcula cuántos segundos pasaron entre ellas.

## Ejemplo de entrada #1:

Expand Down
4 changes: 1 addition & 3 deletions exercises/008-two_timestamps/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# `008` two timestamps

Given two timestamps of the same day: a number of hours, minutes and seconds for both of the timestamps. The moment of the first timestamp happened before the moment of the second one.

## 📝 Instructions:

1. Calculate how many seconds passed between them.
1. Given two timestamps of the same day: a number of hours, minutes and seconds for both of the timestamps. The moment of the first timestamp happened before the moment of the second one. Calculate how many seconds passed between them.

## Example input #1:

Expand Down
1 change: 0 additions & 1 deletion exercises/010-swap_digits/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

+ 97


## 💡 Hints:

+ If you don't know how to start solving this assignment, please, review a theory for this lesson: https://snakify.org/lessons/integer_float_numbers/
Expand Down