Files
freeCodeCamp/curriculum/structure/blocks/error-handling-files-and-modules-in-python.json
2026-03-17 13:16:49 +01:00

31 lines
685 B
JSON

{
"name": "Error Handling, Files, and Modules in Python",
"blockLabel": "lecture",
"blockLayout": "challenge-list",
"isUpcomingChange": false,
"dashedName": "error-handling-files-and-modules-in-python",
"helpCategory": "Python",
"challengeOrder": [
{
"id": "71ac60e6488b40e997219f15",
"title": "Comments"
},
{
"id": "2a486e3e521b79b874fb5e9a",
"title": "Try/Except"
},
{
"id": "04e25c4fdc9ee0e71a844fd6",
"title": "Reading Files"
},
{
"id": "bfab38e6a6c1165f7774514d",
"title": "Writing to Files"
},
{
"id": "2ccc34bd3f7bb4ae97a67ea3",
"title": "Modules and pip"
}
]
}