--- id: 5e44414f903586ffb414c950 title: Probability Calculator challengeType: 10 --- ## Description
Write a program to determine the approximate probability of drawing certain balls randomly from a hat. You can access the full project description and starter code on Repl.it. After going to that link, fork the project. Once you complete the project based on the instructions in 'README.md', submit your project link below. We are still developing the interactive instructional part of the Python curriculum. For now, here are some videos on the freeCodeCamp.org YouTube channel that will teach you everything you need to know to complete this project:
## Instructions
## Tests
```yml tests: - text: 'It should correctly calculate probabilities and pass all tests.' testString: '' ```
## Challenge Seed
## Solution
```js /** 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. */ ```