mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08: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"
|
||||
|
||||
'''
|
||||
from __future__ import print_function
|
||||
|
||||
|
||||
def method_2(boundary, steps):
|
||||
# "Simpson Rule"
|
||||
|
Loading…
Reference in New Issue
Block a user