Files
freeCodeCamp/curriculum/structure/blocks/lecture-working-with-loops-and-sequences.json
T
2026-03-17 15:43:14 +00:00

46 lines
1.2 KiB
JSON

{
"blockLabel": "lecture",
"blockLayout": "challenge-list",
"isUpcomingChange": false,
"dashedName": "lecture-working-with-loops-and-sequences",
"challengeOrder": [
{
"id": "67fe8399c41a212871025f96",
"title": "What Are Lists and How Do They Work?"
},
{
"id": "6839e38cdf93ee5a00c79676",
"title": "What Are Some Common Methods Used for Lists?"
},
{
"id": "6839e3a99ba37f09b9d0059b",
"title": "What Are Tuples and How Do They Work?"
},
{
"id": "683d6a3fe8c1060ffb1f9b78",
"title": "What Are Some Common Methods for Tuples?"
},
{
"id": "6839e3ea328b630cf5fca9ac",
"title": "How Do Loops Work?"
},
{
"id": "6839e41fe8dac60f11f583db",
"title": "What Are Ranges and How Can You Use Them in a Loop?"
},
{
"id": "6839e4b003571c149bcda122",
"title": "What Are the Enumerate and Zip Functions and How Do They Work?"
},
{
"id": "6839e4d62ae09d1661e4cf9b",
"title": "What Are List Comprehensions and What Are Some Useful Functions to Work With Lists?"
},
{
"id": "6839e4ef24827717b838f54d",
"title": "What Are Lambda Functions and How Do They Work?"
}
],
"helpCategory": "Python"
}