diff --git a/Maths/SimpsonRule.py b/Maths/SimpsonRule.py index 51b5ed1e439a..ef9da5e55d6e 100644 --- a/Maths/SimpsonRule.py +++ b/Maths/SimpsonRule.py @@ -8,6 +8,8 @@ "Simpson Rule" ''' +from __future__ import print_function + def method_2(boundary, steps): # "Simpson Rule"