A fun project to analyse the average of some numbers.
I thought it would be funny to calcute the average of 10 billion dice rolls.
You can easly calculate this by your self:
or
3.5
- Open the average.py fie
- Scroll down to #CONFIG__
- Edit
begin_number = 1 #beginning
end_number = 6 #ending
quantity = 1000 #how_often
- Run the script
It will always approach to 3.5