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

23 lines
481 B
JSON

{
"name": "Data Structures: Lists and Tuples",
"blockLabel": "lecture",
"blockLayout": "challenge-list",
"isUpcomingChange": false,
"dashedName": "learn-python-data-structures",
"helpCategory": "Python",
"challengeOrder": [
{
"id": "39a400e9163c5a0b33587e18",
"title": "Lists"
},
{
"id": "24a45b3960b3aa68dff2cd9e",
"title": "List Functions"
},
{
"id": "5ed596ba3306cf2c1a94bb92",
"title": "Tuples"
}
]
}