mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 13:31:07 +00:00
Merge pull request #269 from cclauss/patch-3
Fix Python 2 syntax error in matrix_chain_order.py
This commit is contained in:
commit
92484f26af
|
@ -1,3 +1,5 @@
|
|||
from __future__ import print_function
|
||||
|
||||
import sys
|
||||
'''
|
||||
Dynamic Programming
|
||||
|
|
Loading…
Reference in New Issue
Block a user