mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 17:34:49 +08:00
from __future__ import print_function for Python 3
@ltdouthit __print()__ is a function in Python 3
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user