Add exercise of new course 30-days-of-python

Signed-off-by: Manuel Vergara <manuel@vergaracarmona.es>
This commit is contained in:
2023-09-18 01:00:26 +02:00
parent f04e8db31f
commit 3d867aed80
30 changed files with 1075 additions and 0 deletions

View 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.