mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-12 21:01:52 -04:00
fix: URL names for learn python course (#66513)
This commit is contained in:
30
curriculum/structure/blocks/core-primitives-in-python.json
Normal file
30
curriculum/structure/blocks/core-primitives-in-python.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "Core Primitives in Python",
|
||||
"blockLabel": "lecture",
|
||||
"blockLayout": "challenge-list",
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "core-primitives-in-python",
|
||||
"helpCategory": "Python",
|
||||
"challengeOrder": [
|
||||
{
|
||||
"id": "62baa9d28e8723f635a0093e",
|
||||
"title": "Drawing a Shape"
|
||||
},
|
||||
{
|
||||
"id": "315017f4457c19d45c2be034",
|
||||
"title": "Variables and Data Types"
|
||||
},
|
||||
{
|
||||
"id": "0e2f4bd857b1edc70bfcd1f9",
|
||||
"title": "Working with Strings"
|
||||
},
|
||||
{
|
||||
"id": "8ad37ddb7a23050f71cc9cc9",
|
||||
"title": "Working with Numbers"
|
||||
},
|
||||
{
|
||||
"id": "155ca30775751b78a860a79b",
|
||||
"title": "Getting Input from Users"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user