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."
]