1.3 KiB
1.3 KiB
id, title, challengeType, forumTopicId, dashedName
id | title | challengeType | forumTopicId | dashedName |
---|---|---|---|---|
5e44414f903586ffb414c950 | 概率計算器 | 10 | 462364 | probability-calculator |
--description--
寫一個程序來確定從帽子中隨機拿取特定球的大致概率。
你可以在 Replit 上查看整個項目的具體描述和初始代碼。 訪問此鏈接後,fork 這個項目。 當你根據 “README.md” 中的說明完成了項目,請在下方提交你的項目鏈接。
我們仍在開發 Python 課程的交互式教學部分。 目前,freeCodeCamp.org YouTube 頻道上的一些視頻將會教授你這個項目需要的所有技能。
- Python for Everybody 視頻課程(14 小時)
- Learn Python 視頻課程(2 小時)
--hints--
它應該能正確地計算概率並通過所有測試。
--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.
*/