|
1 | 1 | {
|
2 | 2 | "language": "python3",
|
3 | 3 | "slug": "python-lists-loops",
|
4 | | - "title": "Learn Python Loops and lists Interactively", |
| 4 | + "title": { |
| 5 | + "us": "Learn Python Loops and lists Interactively", |
| 6 | + "es": "Aprende listas y ciclos de Python Interactivamente" |
| 7 | + }, |
5 | 8 | "repository": "https://github.com/4GeeksAcademy/python-lists-loops-programming-exercises",
|
6 | 9 | "preview": "https://github.com/4GeeksAcademy/python-lists-loops-programming-exercises/blob/master/preview.gif?raw=true",
|
7 | | - "description": "Practice Python Lists and tuples (arrays) with interactive auto-graded exercises and video solutions.", |
| 10 | + "description": { |
| 11 | + "us": "Practice Python Lists and tuples (arrays) with interactive auto-graded exercises and video solutions.", |
| 12 | + "es": "Practica listas y tuplas de Python con ejercicios interactivos, auto-evaluados y con video soluiones" |
| 13 | + }, |
8 | 14 | "duration": 10,
|
9 | 15 | "difficulty": "easy",
|
10 | 16 | "videoSolutions": true,
|
|
0 commit comments