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": "Object Oriented Programming with Python",
"blockLabel": "lecture",
"blockLayout": "challenge-list",
"isUpcomingChange": false,
"dashedName": "object-oriented-programming-with-python",
"helpCategory": "Python",
"challengeOrder": [
{
"id": "a0339c4075344cbfc2cd939c",
"title": "Classes and Objects"
},
{
"id": "9afe5e8141b13e9f1d59d46e",
"title": "Building a Multiple Choice Quiz"
},
{
"id": "697fe3cb32baa3841ab62a63",
"title": "Object Functions"
},
{
"id": "697fe5c032baa3841ab62a64",
"title": "Inheritance"
},
{
"id": "697fe6c932baa3841ab62a65",
"title": "Python Interpreter"
}
]
}