freeCodeCamp/curriculum/challenges/chinese-traditional/07-scientific-computing-wit.../scientific-computing-with-p.../budget-app.md

1.2 KiB
Raw Blame History

id title challengeType forumTopicId dashedName
5e44413e903586ffb414c94e 預算應用 10 462361 budget-app

--description--

創建一個 Category類別 類,該類可用於創建不同的預算類別。

你可以在 Replit 上查看整個項目的具體描述和初始代碼

訪問此鏈接後fork 這個項目。 當你根據 “README.md” 中的說明完成了項目,請在下方提交你的項目鏈接。

我們仍在開發 Python 課程的交互式教學部分。 目前freeCodeCamp.org YouTube 頻道上的一些視頻將會教授你這個項目需要的所有技能。

--hints--

它應該創建一個 Category 類並通過所有測試。


--solutions--

/**
  Backend challenges don't need solutions,
  because they would need to be tested against a full working project.
  Please check our contributing guidelines to learn more.
*/