feat(learn): add catalog (#65596)

Co-authored-by: jdwilkin4 <jwilkin4@hotmail.com>
This commit is contained in:
Ahmad Abdolsaheb
2026-02-11 15:04:30 +03:00
committed by GitHub
parent 0ed5f0d7f1
commit e37faff9e6
132 changed files with 4303 additions and 1284 deletions

View File

@@ -0,0 +1,22 @@
{
"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"
}
]
}