Happy Pi-day This is a project that shows how the statistical chance, of a dot jumping around in a square with a circle inside, is to land in the circle or outside of it. Using the Monte Carlo method. The chance of landing inside the circle will be Pi/4 since the ratio of the square and circle area is Pi/4 By calculating the outcome as number of times inside the circle divided by total number of times multiplied by 4, Pi is obtained. The more times the dot is jumping the closer the approximation will be