Files
freeCodeCamp/curriculum/structure/blocks/learn-python-practical-errors-files.json
Ahmad Abdolsaheb e37faff9e6 feat(learn): add catalog (#65596)
Co-authored-by: jdwilkin4 <jwilkin4@hotmail.com>
2026-02-11 15:04:30 +03:00

31 lines
677 B
JSON

{
"name": "Practical Python: Errors, Files and Modules",
"blockLabel": "lecture",
"blockLayout": "challenge-list",
"isUpcomingChange": false,
"dashedName": "learn-python-practical-errors-files",
"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"
}
]
}