-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #71 from Charlytoc/master
Update with new version of editor and cli
- Loading branch information
Showing
2 changed files
with
28 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,28 @@ | ||
{ | ||
"language": "python3", | ||
"slug": "practice-python", | ||
"title": { | ||
"us": "Master Python by practice (interactive)", | ||
"es": "Domina Python Practicando (interactivo)" | ||
}, | ||
"repository": "https://github.com/4GeeksAcademy/master-python-programming-exercises", | ||
"preview": "https://github.com/4GeeksAcademy/master-python-programming-exercises/blob/master/preview.gif?raw=true", | ||
"description": { | ||
"us": "Practice your Python programming skills with this interactive and auto-graded set of exercises.", | ||
"es": "Practica tus habilidades de python con esta serie de ejercicios interactivos y auto-evaluados." | ||
"language": "python3", | ||
"slug": "practice-python", | ||
"title": { | ||
"us": "Master Python by practice (interactive)", | ||
"es": "Domina Python Practicando (interactivo)" | ||
}, | ||
"repository": "https://github.com/4GeeksAcademy/master-python-programming-exercises", | ||
"preview": "https://github.com/4GeeksAcademy/master-python-programming-exercises/blob/master/preview.gif?raw=true", | ||
"description": { | ||
"us": "Practice your Python programming skills with this interactive and auto-graded set of exercises.", | ||
"es": "Practica tus habilidades de python con esta serie de ejercicios interactivos y auto-evaluados." | ||
}, | ||
"duration": 10, | ||
"difficulty": "easy", | ||
"videoSolutions": false, | ||
"projectType": "tutorial", | ||
"bugsLink": "https://github.com/learnpack/learnpack/issues/new", | ||
"graded": true, | ||
|
||
"editor": { | ||
"version": "3.1.36" | ||
}, | ||
"duration": 10, | ||
"difficulty": "easy", | ||
"videoSolutions": false, | ||
"projectType": "tutorial", | ||
"bugsLink": "https://github.com/learnpack/learnpack/issues/new", | ||
"graded": true, | ||
|
||
"editor": { | ||
"version": "3.1.23" | ||
} | ||
|
||
} | ||
"telemetry": { | ||
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry" | ||
} | ||
|
||
} |