Skip to content

Commit d99a01a

Browse files
Update learn.json
1 parent 50cb9f0 commit d99a01a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

learn.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
{
22
"language": "python3",
33
"slug": "practice-python",
4-
"title": "Master Python by practice (interactive)",
4+
"title": {
5+
"us": "Master Python by practice (interactive)",
6+
"es": "Domina Python Practicando (interactivo)"
7+
},
58
"repository": "https://github.com/4GeeksAcademy/master-python-programming-exercises",
69
"preview": "https://github.com/4GeeksAcademy/master-python-programming-exercises/blob/master/preview.gif?raw=true",
7-
"description": "Practice your Python programming skills with this interactive and auto-graded set of exercises.",
10+
"description": {
11+
"us": "Practice your Python programming skills with this interactive and auto-graded set of exercises.",
12+
"es": "Practica tus habilidades de python con esta serie de ejercicios interactivos y auto-evaluados."
13+
},
814
"duration": 10,
915
"difficulty": "easy",
1016
"videoSolutions": false,

0 commit comments

Comments
 (0)