Homework 14

Send your homework as a single ZIP archive with your files, or send a link to your GitHub repo. Try to keep line lengths below 80 characters.

EXERCISE 14.1

Approximate the value of pi using a Monte Carlo method. Try different numbers of input points (10, 10^2, 10^3, 10^4, 10^5, 10^6). Try to get faster code with Numba (remember that the first run is slower).