Skip to content

Commit 3615322

Browse files
author
cclauss
authored
from __future__ import print_function for Python 3
@ltdouthit __print()__ is a function in Python 3
1 parent 0516bde commit 3615322

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Maths/SimpsonRule.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
"Simpson Rule"
99
1010
'''
11+
from __future__ import print_function
12+
1113

1214
def method_2(boundary, steps):
1315
# "Simpson Rule"

0 commit comments

Comments
 (0)