mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
Fix Python 2 syntax error in matrix_chain_order.py
This commit is contained in:
parent
6035672096
commit
00a2b90356
@ -1,3 +1,5 @@
|
|||||||
|
from __future__ import print_function
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
'''
|
'''
|
||||||
Dynamic Programming
|
Dynamic Programming
|
||||||
|
Loading…
Reference in New Issue
Block a user