mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
27a54624c3
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "Working with Loops and Sequences",
|
|
"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"
|
|
}
|