Skip to content

User-defined python package that returns the probability of a particular color being randomly drawn without replacement.

Notifications You must be signed in to change notification settings

sebastian-huynh/rs-probability-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Sample Probabilities With Python

This is one of the practices I completed for the "Scientific Computing with Python" certificate from freecodecamp.org. "test_module" and "main" were given, so I focused on creating the necessary Hat class and additional methods within the originally empty "prob_calculator" file. "prob_calculator" is then imported as a module into "main", which is necessary for the calculator to function.

Practice Instructions: View Here
Replit link to test run this project for yourself: View Here

image
NOTE: to show full project code that is being tested click the "<>" sign

About

User-defined python package that returns the probability of a particular color being randomly drawn without replacement.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages