From 3da7ec4195e3c7298e22292997fe55bd7956537b Mon Sep 17 00:00:00 2001 From: Manuel Vergara Date: Fri, 29 Sep 2023 00:00:35 +0200 Subject: [PATCH] Add exercises 15 Signed-off-by: Manuel Vergara --- 30-days-of-python/15_Errores_de_tipo_en_Python/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)