mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-25 14:01:44 -04:00
27 lines
708 B
JSON
27 lines
708 B
JSON
{
|
|
"name": "Understanding Error Handling",
|
|
"blockLabel": "lecture",
|
|
"blockLayout": "challenge-list",
|
|
"isUpcomingChange": false,
|
|
"dashedName": "lecture-understanding-error-handling",
|
|
"helpCategory": "Python",
|
|
"challengeOrder": [
|
|
{
|
|
"id": "68420bacf395f15cd73f8118",
|
|
"title": "What Are Some Common Error Messages in Python?"
|
|
},
|
|
{
|
|
"id": "688c8ef26f3cad09f36b95b9",
|
|
"title": "What Are Some Good Debugging Techniques in Python?"
|
|
},
|
|
{
|
|
"id": "688c9c3313b264122a694a08",
|
|
"title": "How Does Exception Handling Work?"
|
|
},
|
|
{
|
|
"id": "688c9c4fe5fef91262f9bdf8",
|
|
"title": "What Is the Raise Statement and How Does It Work?"
|
|
}
|
|
]
|
|
}
|