We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf429ca commit bfaf2b9Copy full SHA for bfaf2b9
estimate_pi.py
@@ -1,7 +1,7 @@
1
import numpy as np
2
from math import pi as PI
3
4
-def estimate_pi(sims=100):
+def estimate_pi(sims):
5
"""
6
takes the number of simulations as input to estimate pi
7
0 commit comments