From f17dff4b755a198213fe2ce57fc577340ef55202 Mon Sep 17 00:00:00 2001 From: Jose Mora <109150320+josemoracard@users.noreply.github.com> Date: Wed, 20 Dec 2023 18:18:23 +0000 Subject: [PATCH] cambio de numeros a todo para poner el 00-welcome --- exercises/{01-hello-world => 00-Welcome}/README.es.md | 0 exercises/{01-hello-world => 00-Welcome}/README.md | 0 exercises/{02-Hello-World => 01-Hello-World}/README.es.md | 2 +- exercises/{02-Hello-World => 01-Hello-World}/README.md | 2 +- exercises/{02-Hello-World => 01-Hello-World}/app.py | 0 exercises/{02-Hello-World => 01-Hello-World}/solution.hide.py | 0 exercises/{02-Hello-World => 01-Hello-World}/test.py | 0 .../README.es.md | 2 +- .../{03-What-is-a-function => 02-What-is-a-function}/README.md | 2 +- .../{03-What-is-a-function => 02-What-is-a-function}/app.py | 0 .../solution.hide.py | 0 .../{03-What-is-a-function => 02-What-is-a-function}/tests.py | 0 .../{04-Call-a-function => 03-Call-a-function}/README.es.md | 2 +- exercises/{04-Call-a-function => 03-Call-a-function}/README.md | 2 +- exercises/{04-Call-a-function => 03-Call-a-function}/app.py | 0 .../{04-Call-a-function => 03-Call-a-function}/solution.hide.py | 0 exercises/{04-Call-a-function => 03-Call-a-function}/tests.py | 0 .../README.es.md | 2 +- .../README.md | 2 +- .../app.py | 0 .../solution.hide.py | 0 .../tests.py | 0 .../{06-lambda-functions => 05-lambda-functions}/README.es.md | 2 +- .../{06-lambda-functions => 05-lambda-functions}/README.md | 2 +- exercises/{06-lambda-functions => 05-lambda-functions}/app.py | 0 .../solution.hide.py | 0 exercises/{06-lambda-functions => 05-lambda-functions}/tests.py | 0 .../README.es.md | 2 +- .../README.md | 2 +- .../{07-lambda-function-two => 06-lambda-function-two}/app.py | 0 .../solution.hide.py | 0 .../{07-lambda-function-two => 06-lambda-function-two}/tests.py | 0 .../README.es.md | 2 +- .../README.md | 2 +- .../app.py | 0 .../solution.hide.py | 0 .../test.py | 0 .../README.es.md | 2 +- .../README.md | 2 +- .../{09-Function-parameters => 08-Function-parameters}/app.py | 0 .../solution.hide.py | 0 .../{09-Function-parameters => 08-Function-parameters}/tests.py | 0 exercises/{10-Array-Methods => 09-Array-Methods}/README.es.md | 2 +- exercises/{10-Array-Methods => 09-Array-Methods}/README.md | 2 +- exercises/{10-Array-Methods => 09-Array-Methods}/app.py | 0 .../{10-Array-Methods => 09-Array-Methods}/solution.hide.py | 0 exercises/{10-Array-Methods => 09-Array-Methods}/tests.py | 0 47 files changed, 18 insertions(+), 18 deletions(-) rename exercises/{01-hello-world => 00-Welcome}/README.es.md (100%) rename exercises/{01-hello-world => 00-Welcome}/README.md (100%) rename exercises/{02-Hello-World => 01-Hello-World}/README.es.md (97%) rename exercises/{02-Hello-World => 01-Hello-World}/README.md (97%) rename exercises/{02-Hello-World => 01-Hello-World}/app.py (100%) rename exercises/{02-Hello-World => 01-Hello-World}/solution.hide.py (100%) rename exercises/{02-Hello-World => 01-Hello-World}/test.py (100%) rename exercises/{03-What-is-a-function => 02-What-is-a-function}/README.es.md (96%) rename exercises/{03-What-is-a-function => 02-What-is-a-function}/README.md (96%) rename exercises/{03-What-is-a-function => 02-What-is-a-function}/app.py (100%) rename exercises/{03-What-is-a-function => 02-What-is-a-function}/solution.hide.py (100%) rename exercises/{03-What-is-a-function => 02-What-is-a-function}/tests.py (100%) rename exercises/{04-Call-a-function => 03-Call-a-function}/README.es.md (98%) rename exercises/{04-Call-a-function => 03-Call-a-function}/README.md (97%) rename exercises/{04-Call-a-function => 03-Call-a-function}/app.py (100%) rename exercises/{04-Call-a-function => 03-Call-a-function}/solution.hide.py (100%) rename exercises/{04-Call-a-function => 03-Call-a-function}/tests.py (100%) rename exercises/{05-Defining-vs-Calling-a-function => 04-Defining-vs-Calling-a-function}/README.es.md (98%) rename exercises/{05-Defining-vs-Calling-a-function => 04-Defining-vs-Calling-a-function}/README.md (98%) rename exercises/{05-Defining-vs-Calling-a-function => 04-Defining-vs-Calling-a-function}/app.py (100%) rename exercises/{05-Defining-vs-Calling-a-function => 04-Defining-vs-Calling-a-function}/solution.hide.py (100%) rename exercises/{05-Defining-vs-Calling-a-function => 04-Defining-vs-Calling-a-function}/tests.py (100%) rename exercises/{06-lambda-functions => 05-lambda-functions}/README.es.md (97%) rename exercises/{06-lambda-functions => 05-lambda-functions}/README.md (97%) rename exercises/{06-lambda-functions => 05-lambda-functions}/app.py (100%) rename exercises/{06-lambda-functions => 05-lambda-functions}/solution.hide.py (100%) rename exercises/{06-lambda-functions => 05-lambda-functions}/tests.py (100%) rename exercises/{07-lambda-function-two => 06-lambda-function-two}/README.es.md (95%) rename exercises/{07-lambda-function-two => 06-lambda-function-two}/README.md (95%) rename exercises/{07-lambda-function-two => 06-lambda-function-two}/app.py (100%) rename exercises/{07-lambda-function-two => 06-lambda-function-two}/solution.hide.py (100%) rename exercises/{07-lambda-function-two => 06-lambda-function-two}/tests.py (100%) rename exercises/{08-Function-that-returns => 07-Function-that-returns}/README.es.md (96%) rename exercises/{08-Function-that-returns => 07-Function-that-returns}/README.md (96%) rename exercises/{08-Function-that-returns => 07-Function-that-returns}/app.py (100%) rename exercises/{08-Function-that-returns => 07-Function-that-returns}/solution.hide.py (100%) rename exercises/{08-Function-that-returns => 07-Function-that-returns}/test.py (100%) rename exercises/{09-Function-parameters => 08-Function-parameters}/README.es.md (96%) rename exercises/{09-Function-parameters => 08-Function-parameters}/README.md (96%) rename exercises/{09-Function-parameters => 08-Function-parameters}/app.py (100%) rename exercises/{09-Function-parameters => 08-Function-parameters}/solution.hide.py (100%) rename exercises/{09-Function-parameters => 08-Function-parameters}/tests.py (100%) rename exercises/{10-Array-Methods => 09-Array-Methods}/README.es.md (95%) rename exercises/{10-Array-Methods => 09-Array-Methods}/README.md (95%) rename exercises/{10-Array-Methods => 09-Array-Methods}/app.py (100%) rename exercises/{10-Array-Methods => 09-Array-Methods}/solution.hide.py (100%) rename exercises/{10-Array-Methods => 09-Array-Methods}/tests.py (100%) diff --git a/exercises/01-hello-world/README.es.md b/exercises/00-Welcome/README.es.md similarity index 100% rename from exercises/01-hello-world/README.es.md rename to exercises/00-Welcome/README.es.md diff --git a/exercises/01-hello-world/README.md b/exercises/00-Welcome/README.md similarity index 100% rename from exercises/01-hello-world/README.md rename to exercises/00-Welcome/README.md diff --git a/exercises/02-Hello-World/README.es.md b/exercises/01-Hello-World/README.es.md similarity index 97% rename from exercises/02-Hello-World/README.es.md rename to exercises/01-Hello-World/README.es.md index 2ebad83..da0ecf5 100644 --- a/exercises/02-Hello-World/README.es.md +++ b/exercises/01-Hello-World/README.es.md @@ -1,4 +1,4 @@ -# `02` Hello World +# `01` Hello World En Python, usamos **print** para hacer que el computador escriba cualquier cosa que queramos (el contenido de una variable, un string dado, etc.) en algo llamado "la consola". diff --git a/exercises/02-Hello-World/README.md b/exercises/01-Hello-World/README.md similarity index 97% rename from exercises/02-Hello-World/README.md rename to exercises/01-Hello-World/README.md index 25b59bc..cd5ba73 100644 --- a/exercises/02-Hello-World/README.md +++ b/exercises/01-Hello-World/README.md @@ -2,7 +2,7 @@ tutorial: "https://www.youtube.com/watch?v=voBO7a0KPtE" --- -# `02` Hello World +# `01` Hello World In Python, we use **print** to make the computer write anything we want (the content of a variable, a given string, etc.) in something called "the console". diff --git a/exercises/02-Hello-World/app.py b/exercises/01-Hello-World/app.py similarity index 100% rename from exercises/02-Hello-World/app.py rename to exercises/01-Hello-World/app.py diff --git a/exercises/02-Hello-World/solution.hide.py b/exercises/01-Hello-World/solution.hide.py similarity index 100% rename from exercises/02-Hello-World/solution.hide.py rename to exercises/01-Hello-World/solution.hide.py diff --git a/exercises/02-Hello-World/test.py b/exercises/01-Hello-World/test.py similarity index 100% rename from exercises/02-Hello-World/test.py rename to exercises/01-Hello-World/test.py diff --git a/exercises/03-What-is-a-function/README.es.md b/exercises/02-What-is-a-function/README.es.md similarity index 96% rename from exercises/03-What-is-a-function/README.es.md rename to exercises/02-What-is-a-function/README.es.md index e1de4ff..bf34887 100644 --- a/exercises/03-What-is-a-function/README.es.md +++ b/exercises/02-What-is-a-function/README.es.md @@ -1,4 +1,4 @@ -# `03` What is a function? +# `02` What is a function? Puedes ver una función como un **fragmento de código** que puedes usar varias veces. diff --git a/exercises/03-What-is-a-function/README.md b/exercises/02-What-is-a-function/README.md similarity index 96% rename from exercises/03-What-is-a-function/README.md rename to exercises/02-What-is-a-function/README.md index 4f00844..5bd1324 100755 --- a/exercises/03-What-is-a-function/README.md +++ b/exercises/02-What-is-a-function/README.md @@ -2,7 +2,7 @@ tutorial: "https://www.youtube.com/watch?v=tgTLyZ0cKj4" --- -# `03` What is a function? +# `02` What is a function? You can see a function as a **fragment of code** we can use several times. diff --git a/exercises/03-What-is-a-function/app.py b/exercises/02-What-is-a-function/app.py similarity index 100% rename from exercises/03-What-is-a-function/app.py rename to exercises/02-What-is-a-function/app.py diff --git a/exercises/03-What-is-a-function/solution.hide.py b/exercises/02-What-is-a-function/solution.hide.py similarity index 100% rename from exercises/03-What-is-a-function/solution.hide.py rename to exercises/02-What-is-a-function/solution.hide.py diff --git a/exercises/03-What-is-a-function/tests.py b/exercises/02-What-is-a-function/tests.py similarity index 100% rename from exercises/03-What-is-a-function/tests.py rename to exercises/02-What-is-a-function/tests.py diff --git a/exercises/04-Call-a-function/README.es.md b/exercises/03-Call-a-function/README.es.md similarity index 98% rename from exercises/04-Call-a-function/README.es.md rename to exercises/03-Call-a-function/README.es.md index ae2c760..a81e346 100644 --- a/exercises/04-Call-a-function/README.es.md +++ b/exercises/03-Call-a-function/README.es.md @@ -1,7 +1,7 @@ --- tutorial: "https://www.youtube.com/watch?v=NU5iW_bWwmY" --- -# `04` Calling a Function +# `03` Calling a Function Una función podría recibir 0 parámetros y devolverá algo siempre, incluso si no añades explícitamente el `return`. diff --git a/exercises/04-Call-a-function/README.md b/exercises/03-Call-a-function/README.md similarity index 97% rename from exercises/04-Call-a-function/README.md rename to exercises/03-Call-a-function/README.md index 58e957f..7e1d9f5 100755 --- a/exercises/04-Call-a-function/README.md +++ b/exercises/03-Call-a-function/README.md @@ -2,7 +2,7 @@ tutorial: "https://www.youtube.com/watch?v=NU5iW_bWwmY" --- -# `04` Calling a Function +# `03` Calling a Function A function could receive zero parameters, and it always returns something, even if you don't explicitly add the `return` statement. diff --git a/exercises/04-Call-a-function/app.py b/exercises/03-Call-a-function/app.py similarity index 100% rename from exercises/04-Call-a-function/app.py rename to exercises/03-Call-a-function/app.py diff --git a/exercises/04-Call-a-function/solution.hide.py b/exercises/03-Call-a-function/solution.hide.py similarity index 100% rename from exercises/04-Call-a-function/solution.hide.py rename to exercises/03-Call-a-function/solution.hide.py diff --git a/exercises/04-Call-a-function/tests.py b/exercises/03-Call-a-function/tests.py similarity index 100% rename from exercises/04-Call-a-function/tests.py rename to exercises/03-Call-a-function/tests.py diff --git a/exercises/05-Defining-vs-Calling-a-function/README.es.md b/exercises/04-Defining-vs-Calling-a-function/README.es.md similarity index 98% rename from exercises/05-Defining-vs-Calling-a-function/README.es.md rename to exercises/04-Defining-vs-Calling-a-function/README.es.md index 0df4059..2095bcf 100644 --- a/exercises/05-Defining-vs-Calling-a-function/README.es.md +++ b/exercises/04-Defining-vs-Calling-a-function/README.es.md @@ -1,4 +1,4 @@ -# `05` Defining vs Calling a Function +# `04` Defining vs Calling a Function Las funciones solo existen si tú u otra persona las define... es la única forma en que el compilador/intérprete de lenguaje sabe que existen, por lo tanto, puede ejecutarlas cuando las llamas. diff --git a/exercises/05-Defining-vs-Calling-a-function/README.md b/exercises/04-Defining-vs-Calling-a-function/README.md similarity index 98% rename from exercises/05-Defining-vs-Calling-a-function/README.md rename to exercises/04-Defining-vs-Calling-a-function/README.md index 4d059b5..11b4567 100755 --- a/exercises/05-Defining-vs-Calling-a-function/README.md +++ b/exercises/04-Defining-vs-Calling-a-function/README.md @@ -2,7 +2,7 @@ tutorial: "https://www.youtube.com/watch?v=fz4ttmwZWuc" --- -# `05` Defining vs Calling a Function +# `04` Defining vs Calling a Function Functions will only exist if you or somebody else defines them; it is the only way the language compiler/interpreter knows they exist, therefore it's able to run them when you call them. diff --git a/exercises/05-Defining-vs-Calling-a-function/app.py b/exercises/04-Defining-vs-Calling-a-function/app.py similarity index 100% rename from exercises/05-Defining-vs-Calling-a-function/app.py rename to exercises/04-Defining-vs-Calling-a-function/app.py diff --git a/exercises/05-Defining-vs-Calling-a-function/solution.hide.py b/exercises/04-Defining-vs-Calling-a-function/solution.hide.py similarity index 100% rename from exercises/05-Defining-vs-Calling-a-function/solution.hide.py rename to exercises/04-Defining-vs-Calling-a-function/solution.hide.py diff --git a/exercises/05-Defining-vs-Calling-a-function/tests.py b/exercises/04-Defining-vs-Calling-a-function/tests.py similarity index 100% rename from exercises/05-Defining-vs-Calling-a-function/tests.py rename to exercises/04-Defining-vs-Calling-a-function/tests.py diff --git a/exercises/06-lambda-functions/README.es.md b/exercises/05-lambda-functions/README.es.md similarity index 97% rename from exercises/06-lambda-functions/README.es.md rename to exercises/05-lambda-functions/README.es.md index 40dcd34..9db503e 100644 --- a/exercises/06-lambda-functions/README.es.md +++ b/exercises/05-lambda-functions/README.es.md @@ -1,4 +1,4 @@ -# `06` Lambda Functions in Python +# `05` Lambda Functions in Python Una **función lambda** es una función con solo una línea de código y sin nombre. diff --git a/exercises/06-lambda-functions/README.md b/exercises/05-lambda-functions/README.md similarity index 97% rename from exercises/06-lambda-functions/README.md rename to exercises/05-lambda-functions/README.md index 771ef04..fbd20e8 100755 --- a/exercises/06-lambda-functions/README.md +++ b/exercises/05-lambda-functions/README.md @@ -3,7 +3,7 @@ tutorial: "https://www.youtube.com/watch?v=HACQ9uerCuE" --- -# `06` Lambda Functions in Python +# `05` Lambda Functions in Python A **lambda function** is a function with just one line of code and no name. diff --git a/exercises/06-lambda-functions/app.py b/exercises/05-lambda-functions/app.py similarity index 100% rename from exercises/06-lambda-functions/app.py rename to exercises/05-lambda-functions/app.py diff --git a/exercises/06-lambda-functions/solution.hide.py b/exercises/05-lambda-functions/solution.hide.py similarity index 100% rename from exercises/06-lambda-functions/solution.hide.py rename to exercises/05-lambda-functions/solution.hide.py diff --git a/exercises/06-lambda-functions/tests.py b/exercises/05-lambda-functions/tests.py similarity index 100% rename from exercises/06-lambda-functions/tests.py rename to exercises/05-lambda-functions/tests.py diff --git a/exercises/07-lambda-function-two/README.es.md b/exercises/06-lambda-function-two/README.es.md similarity index 95% rename from exercises/07-lambda-function-two/README.es.md rename to exercises/06-lambda-function-two/README.es.md index c85e631..f1b61f9 100644 --- a/exercises/07-lambda-function-two/README.es.md +++ b/exercises/06-lambda-function-two/README.es.md @@ -1,4 +1,4 @@ -# `07` Lambda Functions +# `06` Lambda Functions ### ☝ Recuerda: diff --git a/exercises/07-lambda-function-two/README.md b/exercises/06-lambda-function-two/README.md similarity index 95% rename from exercises/07-lambda-function-two/README.md rename to exercises/06-lambda-function-two/README.md index 8796c77..45e54a9 100755 --- a/exercises/07-lambda-function-two/README.md +++ b/exercises/06-lambda-function-two/README.md @@ -2,7 +2,7 @@ tutorial: "https://www.youtube.com/watch?v=1HwmTkQPeMo" --- -# `07` Lambda Functions +# `06` Lambda Functions ### ☝ Remember: diff --git a/exercises/07-lambda-function-two/app.py b/exercises/06-lambda-function-two/app.py similarity index 100% rename from exercises/07-lambda-function-two/app.py rename to exercises/06-lambda-function-two/app.py diff --git a/exercises/07-lambda-function-two/solution.hide.py b/exercises/06-lambda-function-two/solution.hide.py similarity index 100% rename from exercises/07-lambda-function-two/solution.hide.py rename to exercises/06-lambda-function-two/solution.hide.py diff --git a/exercises/07-lambda-function-two/tests.py b/exercises/06-lambda-function-two/tests.py similarity index 100% rename from exercises/07-lambda-function-two/tests.py rename to exercises/06-lambda-function-two/tests.py diff --git a/exercises/08-Function-that-returns/README.es.md b/exercises/07-Function-that-returns/README.es.md similarity index 96% rename from exercises/08-Function-that-returns/README.es.md rename to exercises/07-Function-that-returns/README.es.md index add2e88..086c4eb 100644 --- a/exercises/08-Function-that-returns/README.es.md +++ b/exercises/07-Function-that-returns/README.es.md @@ -1,4 +1,4 @@ -# `08` Functions that return +# `07` Functions that return Es una muy buena práctica que las funciones devuelvan algo, incluso si es `None`. diff --git a/exercises/08-Function-that-returns/README.md b/exercises/07-Function-that-returns/README.md similarity index 96% rename from exercises/08-Function-that-returns/README.md rename to exercises/07-Function-that-returns/README.md index 1f4a6d7..01d7d9c 100755 --- a/exercises/08-Function-that-returns/README.md +++ b/exercises/07-Function-that-returns/README.md @@ -2,7 +2,7 @@ tutorial: "https://www.youtube.com/watch?v=-tqNmngh1PE" --- -# `08` Functions that return +# `07` Functions that return It is very good practice that all functions return something, even if it is `None`. diff --git a/exercises/08-Function-that-returns/app.py b/exercises/07-Function-that-returns/app.py similarity index 100% rename from exercises/08-Function-that-returns/app.py rename to exercises/07-Function-that-returns/app.py diff --git a/exercises/08-Function-that-returns/solution.hide.py b/exercises/07-Function-that-returns/solution.hide.py similarity index 100% rename from exercises/08-Function-that-returns/solution.hide.py rename to exercises/07-Function-that-returns/solution.hide.py diff --git a/exercises/08-Function-that-returns/test.py b/exercises/07-Function-that-returns/test.py similarity index 100% rename from exercises/08-Function-that-returns/test.py rename to exercises/07-Function-that-returns/test.py diff --git a/exercises/09-Function-parameters/README.es.md b/exercises/08-Function-parameters/README.es.md similarity index 96% rename from exercises/09-Function-parameters/README.es.md rename to exercises/08-Function-parameters/README.es.md index ca03d09..1f81497 100644 --- a/exercises/09-Function-parameters/README.es.md +++ b/exercises/08-Function-parameters/README.es.md @@ -1,4 +1,4 @@ -# `09` Function parameters +# `08` Function parameters Puedes especificar tantos parámetros como desees en una función. diff --git a/exercises/09-Function-parameters/README.md b/exercises/08-Function-parameters/README.md similarity index 96% rename from exercises/09-Function-parameters/README.md rename to exercises/08-Function-parameters/README.md index d8a4321..6ad2d14 100755 --- a/exercises/09-Function-parameters/README.md +++ b/exercises/08-Function-parameters/README.md @@ -2,7 +2,7 @@ tutorial: "https://www.youtube.com/watch?v=uaiDxW4LJNA" --- -# `09` Function parameters +# `08` Function parameters You can specify as many parameters as you want in a function. diff --git a/exercises/09-Function-parameters/app.py b/exercises/08-Function-parameters/app.py similarity index 100% rename from exercises/09-Function-parameters/app.py rename to exercises/08-Function-parameters/app.py diff --git a/exercises/09-Function-parameters/solution.hide.py b/exercises/08-Function-parameters/solution.hide.py similarity index 100% rename from exercises/09-Function-parameters/solution.hide.py rename to exercises/08-Function-parameters/solution.hide.py diff --git a/exercises/09-Function-parameters/tests.py b/exercises/08-Function-parameters/tests.py similarity index 100% rename from exercises/09-Function-parameters/tests.py rename to exercises/08-Function-parameters/tests.py diff --git a/exercises/10-Array-Methods/README.es.md b/exercises/09-Array-Methods/README.es.md similarity index 95% rename from exercises/10-Array-Methods/README.es.md rename to exercises/09-Array-Methods/README.es.md index 1c2810b..033cec3 100644 --- a/exercises/10-Array-Methods/README.es.md +++ b/exercises/09-Array-Methods/README.es.md @@ -1,4 +1,4 @@ -# `10` List Methods +# `09` List Methods ## 📝 Instrucciones: diff --git a/exercises/10-Array-Methods/README.md b/exercises/09-Array-Methods/README.md similarity index 95% rename from exercises/10-Array-Methods/README.md rename to exercises/09-Array-Methods/README.md index 69316e3..c3568b0 100755 --- a/exercises/10-Array-Methods/README.md +++ b/exercises/09-Array-Methods/README.md @@ -2,7 +2,7 @@ tutorial: "https://www.youtube.com/watch?v=jBXve_vh7dU" --- -# `10` List Methods +# `09` List Methods ## 📝 Instructions: diff --git a/exercises/10-Array-Methods/app.py b/exercises/09-Array-Methods/app.py similarity index 100% rename from exercises/10-Array-Methods/app.py rename to exercises/09-Array-Methods/app.py diff --git a/exercises/10-Array-Methods/solution.hide.py b/exercises/09-Array-Methods/solution.hide.py similarity index 100% rename from exercises/10-Array-Methods/solution.hide.py rename to exercises/09-Array-Methods/solution.hide.py diff --git a/exercises/10-Array-Methods/tests.py b/exercises/09-Array-Methods/tests.py similarity index 100% rename from exercises/10-Array-Methods/tests.py rename to exercises/09-Array-Methods/tests.py