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,30 @@
{
"name": "Core Primitives in Python",
"blockLabel": "lecture",
"blockLayout": "challenge-list",
"isUpcomingChange": false,
"dashedName": "core-primitives-in-python",
"helpCategory": "Python",
"challengeOrder": [
{
"id": "62baa9d28e8723f635a0093e",
"title": "Drawing a Shape"
},
{
"id": "315017f4457c19d45c2be034",
"title": "Variables and Data Types"
},
{
"id": "0e2f4bd857b1edc70bfcd1f9",
"title": "Working with Strings"
},
{
"id": "8ad37ddb7a23050f71cc9cc9",
"title": "Working with Numbers"
},
{
"id": "155ca30775751b78a860a79b",
"title": "Getting Input from Users"
}
]
}