-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearn.json
More file actions
17 lines (17 loc) · 652 Bytes
/
learn.json
File metadata and controls
17 lines (17 loc) · 652 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"slug": "python-beginner-programming-exercises",
"title": "Learn Python Interactively (beginner)",
"repository": "https://github.com/4GeeksAcademy/python-beginner-programming-exercises",
"preview": "https://github.com/4GeeksAcademy/python-beginner-programming-exercises/blob/master/preview.png?raw=true",
"description": "Python Exercises for beginners, from Hello World to variables, loops and a little bit of functions",
"duration": 10,
"difficulty": "easy",
"video-solutions": true,
"graded": true,
"language": "python3",
"config": {
"editor": {
"version": "1.0.72"
}
}
}