mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-25 14:01:44 -04:00
fix: URL names for learn python course (#66513)
This commit is contained in:
18
curriculum/structure/blocks/small-python-projects.json
Normal file
18
curriculum/structure/blocks/small-python-projects.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "Small Python Projects",
|
||||
"blockLabel": "lecture",
|
||||
"blockLayout": "challenge-list",
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "small-python-projects",
|
||||
"helpCategory": "Python",
|
||||
"challengeOrder": [
|
||||
{
|
||||
"id": "6ec8578710ffa3471b74888e",
|
||||
"title": "Building a Basic Calculator"
|
||||
},
|
||||
{
|
||||
"id": "024ffa91a50a44335be33ee7",
|
||||
"title": "Mad Libs Game"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user