mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-17 14:58:10 +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
|
||||
'''
|
||||
Dynamic Programming
|
||||
|
|
Loading…
Reference in New Issue
Block a user