Skip to content

Commit

Permalink
from __future__ import print_function for Python 3
Browse files Browse the repository at this point in the history
@ltdouthit __print()__ is a function in Python 3
  • Loading branch information
cclauss authored Mar 19, 2018
1 parent 0516bde commit 3615322
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Maths/SimpsonRule.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"Simpson Rule"
'''
from __future__ import print_function


def method_2(boundary, steps):
# "Simpson Rule"
Expand Down

0 comments on commit 3615322

Please sign in to comment.