diff --git a/legacy/python/bsm_mcs_euro.py b/legacy/python/bsm_mcs_euro.py index 3665503..91b6375 100644 --- a/legacy/python/bsm_mcs_euro.py +++ b/legacy/python/bsm_mcs_euro.py @@ -22,4 +22,4 @@ C0 = np.exp(-r * T) * np.sum(hT) / I # Monte Carlo estimator # Result Output -print "Value of the European Call Option %5.3f" % C0 \ No newline at end of file +print ("Value of the European Call Option %5.3f" % C0)