This problem is also a Monte Carlo simulation, but this time in
the continuous domain: must use the following fact: a circle
inscribed in a unit square
has as radius of 0.5 and an area of ?∗(0.52)=?4.π∗(0.52)=π4.
Therefore, if you generate num_trials random points in the unit
square, and count how many land inside the circle, you can
calculate an approximation of ?
For this problem, you must create code in python
(B) Without drawing the diagram, calculate the value...