Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 742 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 742 Bytes

ball-probability

Generally

An app that calculates the probability of pulling out a ball specific colour from the bag filled with balls.


To be more specific...

First you put in the Bag any colour Balls (or you can fill the bag with a random set of balls).

Then you can:

  • check the bag content, i.e. check how many balls of each colour are in the bag
  • check the probability of pulling out a ball specified colour from the bag, eg. red
  • check what is the most probable ball colour which will be take out next

Worth to notice

This is my first attempt of creating an app interface in python (or to code anything in python actually :))