You've already forked Curso-lenguaje-python
Add exercise of new course 30-days-of-python
Signed-off-by: Manuel Vergara <manuel@vergaracarmona.es>
This commit is contained in:
12
30-days-of-python/17_Manejo_de_excepciones/README.md
Normal file
12
30-days-of-python/17_Manejo_de_excepciones/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Manejo de excepciones
|
||||
|
||||
Documento original en inglés: [Exception handling](https://github.com/Asabeneh/30-Days-Of-Python/blob/master/17_Day_Exception_handling/17_exception_handling.md)
|
||||
|
||||
## Ejercicios
|
||||
|
||||
```
|
||||
names = ['Finland', 'Sweden', 'Norway', 'Denmark', 'Iceland', 'Estonia', 'Russia'].
|
||||
```
|
||||
|
||||
1. Desempaca los cinco primeros países y almacénalos en una variable llamada 'nordic_countries', almacena 'Estonia' y 'Russia' en variables 'es' y 'ru' respectivamente.
|
||||
|
||||
Reference in New Issue
Block a user