We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c10878 commit c8e555aCopy full SHA for c8e555a
.gitignore
@@ -5,6 +5,7 @@
5
!.gitpod.yml
6
!.gitpod.Dockerfile
7
!bc.json
8
+!learn.json
9
!README.md
10
!README.*.md
11
learn.json
@@ -0,0 +1,11 @@
1
+{
2
+ "language": "python3",
3
+ "title": "Master Python by practice (interactive)",
4
+ "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": "Practice your Python programming skills with this interactive and auto-graded set of exercises.",
+ "duration": 10,
+ "difficulty": "easy",
+ "video-solutions": false,
+ "graded": true
+}
0 commit comments