mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-20 04:37:36 +00: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…
x
Reference in New Issue
Block a user