From e20ebf2279940cba34be7b8e0f557ed020d17b10 Mon Sep 17 00:00:00 2001 From: Tomas Gonzalez <56565994+tommygonzaleza@users.noreply.github.com> Date: Tue, 28 Nov 2023 08:46:04 -0400 Subject: [PATCH] Added intro video --- learn.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/learn.json b/learn.json index 73fe16d..4786842 100644 --- a/learn.json +++ b/learn.json @@ -1,4 +1,5 @@ { + "intro": "https://youtu.be/GjQEotj3t6Y?si=cVWLDw5H_FcdOrIY", "title": { "us": "Learn Python Functions Interactively", "es": "Aprende las funciones de Python Interactivamente" @@ -7,7 +8,7 @@ "repository": "https://github.com/4GeeksAcademy/python-functions-programming-exercises", "preview": "https://github.com/4GeeksAcademy/python-functions-programming-exercises/blob/master/preview.gif?raw=true", "description": { - "us": "Learn and master functional programing by doing auto-graded interactive exercises.", + "us": "Learn and master functional programming by doing auto-graded interactive exercises.", "es": "Aprende y domina funciones en Python haciendo ejercicios interactivos y auto-evaluados." }, "duration": 10,