fix(curriculum): rename lab title to Build an Apply Discount Function (#66116)

This commit is contained in:
Aakash Jawle
2026-02-27 23:42:49 +05:30
committed by GitHub
parent 58780e836a
commit 946b96c089
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -4055,7 +4055,7 @@
]
},
"lab-discount-calculator": {
"title": "Build a Discount Calculator",
"title": "Build an Apply Discount Function",
"intro": [
"In this lab, you will practice basic Python by building a calculator to apply a discount to a price."
]
@@ -1,9 +1,12 @@
{
"name": "Build a Discount Calculator",
"name": "Build an Apply Discount Function",
"isUpcomingChange": false,
"dashedName": "lab-discount-calculator",
"challengeOrder": [
{ "id": "695774002591bbc5f8cf3e53", "title": "Build a Discount Calculator" }
{
"id": "695774002591bbc5f8cf3e53",
"title": "Build an Apply Discount Function"
}
],
"helpCategory": "Python",
"blockLayout": "link",