mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-27 23:11:09 +00:00
from __future__ import print_function for Python 3
@ltdouthit __print()__ is a function in Python 3
This commit is contained in:
parent
0516bde45f
commit
3615322790
|
@ -8,6 +8,8 @@ method 2:
|
||||||
"Simpson Rule"
|
"Simpson Rule"
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
from __future__ import print_function
|
||||||
|
|
||||||
|
|
||||||
def method_2(boundary, steps):
|
def method_2(boundary, steps):
|
||||||
# "Simpson Rule"
|
# "Simpson Rule"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user