Skip to content

Commit b720adf

Browse files
authored
Update minimum-cost-to-separate-sentence-into-rows.py
1 parent ecf5929 commit b720adf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/minimum-cost-to-separate-sentence-into-rows.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def minimumCost(self, sentence, k):
4444
:type k: int
4545
:rtype: int
4646
"""
47-
4847
word_lens = []
4948
j = 0
5049
for i in xrange(len(sentence)+1):

0 commit comments

Comments
 (0)