simulations and practical monte carlo projects and codes
there are 3 funtions draw_square() # for the square of side a draw_circle() # for the circile of radius a put_dots() # for putting random dots over the plane and to detect if the dots hit the objects circle and sqaure
made with turtle python and matplotlib