diff --git a/30-days-of-python/15_Errores_de_tipo_en_Python/README.md b/30-days-of-python/15_Errores_de_tipo_en_Python/README.md index a4bddac..35df159 100644 --- a/30-days-of-python/15_Errores_de_tipo_en_Python/README.md +++ b/30-days-of-python/15_Errores_de_tipo_en_Python/README.md @@ -4,6 +4,8 @@ Documento original en inglés: [Python Type Errors](https://github.com/Asabeneh/ ## Ejercicios -1. Abre tu shell interactivo de Python y prueba todos los ejemplos cubiertos en esta sección. +1. Abre tu shell interactivo de Python y prueba todos los ejemplos cubiertos en esta [sección](https://github.com/Asabeneh/30-Days-Of-Python/blob/master/15_Day_Python_type_errors/15_python_type_errors.md). + +Ánimo! 💪 [<< Day 14](../14_Funciones_de_orden_superior/README.md) | [Day 16 >>](../16_Fecha_y_hora_en_Python/README.md)