Files
freeCodeCamp/curriculum/structure/blocks/learn-python-oop.json
Ahmad Abdolsaheb e37faff9e6 feat(learn): add catalog (#65596)
Co-authored-by: jdwilkin4 <jwilkin4@hotmail.com>
2026-02-11 15:04:30 +03:00

31 lines
675 B
JSON

{
"name": "Object Oriented Programming",
"blockLabel": "lecture",
"blockLayout": "challenge-list",
"isUpcomingChange": false,
"dashedName": "learn-python-oop",
"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"
}
]
}