fix: URL names for learn python course (#66513)

This commit is contained in:
Jessica Wilkins
2026-03-17 05:16:49 -07:00
committed by GitHub
parent 29028bbefa
commit 776ce24c8e
45 changed files with 71 additions and 71 deletions

View 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"
}
]
}