|
1 |
| -# Aprende Funciones en Python! |
| 1 | +# Welcome to Python Functions! |
2 | 2 |
|
3 |
| -¡¡Nos estusiasma mucho tenerte aquí!! 🎉 😂 |
| 3 | +¡¡Nos entusiasma mucho tenerte aquí!! 🎉 😂 |
4 | 4 |
|
5 | 5 | Presiona `Next →` en la esquina superior derecha cuando quieras empezar.
|
6 | 6 |
|
7 | 7 | En este curso aprenderás los siguientes conceptos:
|
8 | 8 |
|
9 |
| -1. Cómo crear y llamar **funciones.** |
| 9 | +1. Cómo crear y llamar funciones. |
10 | 10 |
|
11 |
| -2. Construir tus primeras **funciones.** |
| 11 | +2. Construir tus primeras funciones. |
12 | 12 |
|
13 |
| -3. Sentirte cómod@ usando **funciones Lambda** en Python. |
| 13 | +3. Practicar las funciones Lambda de Python. |
14 | 14 |
|
15 |
| -4. Construir **funciones** con parámetros. |
| 15 | +4. Construir funciones con parámetros. |
16 | 16 |
|
17 |
| -5. Ejemplos de la vida real con **funciones** |
| 17 | +5. Ejemplos de la vida real con funciones. |
18 | 18 |
|
19 | 19 | ## Contributors
|
20 | 20 |
|
21 | 21 | Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
|
22 | 22 |
|
23 |
| -1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) :computer: (idea) 🤔, (build-tests) :warning:, (pull-request-review) :eyes: (build-tutorial) :white_check_mark: (documentation) :book: |
24 |
| -2. [Paolo (plucodev)](https://github.com/plucodev), contribución: (bug reports) :bug: (coder) :computer:, (traducción) :earth_americas: |
25 |
| -3. [Marco Gómez (marcogonzalo)](https://github.com/marcogonzalo), contribución: (bug reports) :bug:, (traducción) :earth_africa: |
| 23 | +1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) 💻, (idea) 🤔, (build-tests) ⚠️, (pull-request-review) 🤓, (build-tutorial) ✅, (documentation) 📖 |
| 24 | +2. [Paolo (plucodev)](https://github.com/plucodev), contribución: (bug reports) 🐛, (coder) 💻, (traducción) 🌎 |
| 25 | +3. [Marco Gómez (marcogonzalo)](https://github.com/marcogonzalo), contribución: (bug reports) 🐛, (traducción) 🌎 |
26 | 26 |
|
27 |
| -This project follows the |
28 |
| -[all-contributors](https://github.com/kentcdodds/all-contributors) |
29 |
| -specification. Contributions of any kind are welcome! |
| 27 | +This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind are welcome! |
0 commit comments