Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)] on win32 Type "copyright", "credits" or "license()" for more information. >>> ======================= RESTART: D:/CSI31F18/delete.py ======================= ['For', 'our', 'purposes', 'a', 'sentence', 'is', 'the', 'sequence', 'of', 'words', 'between', 'one', 'period', 'exclamation', 'point', 'or', 'question', 'make', 'and', 'the', 'next', 'one.', 'The', 'program', 'as', 'written', 'first', 'breaks', 'the', 'text', 'into', 'a', 'list', 'of', 'words', 'without', 'any', 'punctuation', 'or', 'special', 'characters.', 'To', 'compute', 'the', 'length', 'of', 'sentences', 'with', 'our', 'definition', 'you', 'should', 'leave', 'in', 'periods', 'exclamation', 'points', 'and', 'question', 'marks', 'at', 'first', 'in', 'order', 'to', 'do', 'the', 'counting', 'and', 'then', 'remove', 'them', 'later.'] begins at 0 ends at 21 begins at 1 ends at 40 begins at 2 ends at 72 [21, 39, 70] ['For', 'our', 'purposes', 'a', 'sentence', 'is', 'the', 'sequence', 'of', 'words', 'between', 'one', 'period', 'exclamation', 'point', 'or', 'question', 'make', 'and', 'the', 'next', 'one', 'The', 'program', 'as', 'written', 'first', 'breaks', 'the', 'text', 'into', 'a', 'list', 'of', 'words', 'without', 'any', 'punctuation', 'or', 'special', 'characters', 'To', 'compute', 'the', 'length', 'of', 'sentences', 'with', 'our', 'definition', 'you', 'should', 'leave', 'in', 'periods', 'exclamation', 'points', 'and', 'question', 'marks', 'at', 'first', 'in', 'order', 'to', 'do', 'the', 'counting', 'and', 'then', 'remove', 'them', 'later'] >>> ======================= RESTART: D:/CSI31F18/delete.py ======================= ['For', 'our', 'purposes', 'a', 'sentence', 'is', 'the', 'sequence', 'of', 'words', 'between', 'one', 'period', 'exclamation', 'point', 'or', 'question', 'make', 'and', 'the', 'next', 'one.', 'The', 'program', 'as', 'written', 'first', 'breaks', 'the', 'text', 'into', 'a', 'list', 'of', 'words', 'without', 'any', 'punctuation', 'or', 'special', 'characters.', 'To', 'compute', 'the', 'length', 'of', 'sentences', 'with', 'our', 'definition', 'you', 'should', 'leave', 'in', 'periods', 'exclamation', 'points', 'and', 'question', 'marks', 'at', 'first', 'in', 'order', 'to', 'do', 'the', 'counting', 'and', 'then', 'remove', 'them', 'later.'] begins at 0 ends at 21 begins at 22 ends at 40 begins at 41 ends at 72 [0, 0, 0] ['For', 'our', 'purposes', 'a', 'sentence', 'is', 'the', 'sequence', 'of', 'words', 'between', 'one', 'period', 'exclamation', 'point', 'or', 'question', 'make', 'and', 'the', 'next', 'one', 'The', 'program', 'as', 'written', 'first', 'breaks', 'the', 'text', 'into', 'a', 'list', 'of', 'words', 'without', 'any', 'punctuation', 'or', 'special', 'characters', 'To', 'compute', 'the', 'length', 'of', 'sentences', 'with', 'our', 'definition', 'you', 'should', 'leave', 'in', 'periods', 'exclamation', 'points', 'and', 'question', 'marks', 'at', 'first', 'in', 'order', 'to', 'do', 'the', 'counting', 'and', 'then', 'remove', 'them', 'later'] >>> ======================= RESTART: D:/CSI31F18/delete.py ======================= ['For', 'our', 'purposes', 'a', 'sentence', 'is', 'the', 'sequence', 'of', 'words', 'between', 'one', 'period', 'exclamation', 'point', 'or', 'question', 'make', 'and', 'the', 'next', 'one.', 'The', 'program', 'as', 'written', 'first', 'breaks', 'the', 'text', 'into', 'a', 'list', 'of', 'words', 'without', 'any', 'punctuation', 'or', 'special', 'characters.', 'To', 'compute', 'the', 'length', 'of', 'sentences', 'with', 'our', 'definition', 'you', 'should', 'leave', 'in', 'periods', 'exclamation', 'points', 'and', 'question', 'marks', 'at', 'first', 'in', 'order', 'to', 'do', 'the', 'counting', 'and', 'then', 'remove', 'them', 'later.'] begins at 0 ends at 21 begins at 22 ends at 40 begins at 41 ends at 72 [22, 19, 32] ['For', 'our', 'purposes', 'a', 'sentence', 'is', 'the', 'sequence', 'of', 'words', 'between', 'one', 'period', 'exclamation', 'point', 'or', 'question', 'make', 'and', 'the', 'next', 'one', 'The', 'program', 'as', 'written', 'first', 'breaks', 'the', 'text', 'into', 'a', 'list', 'of', 'words', 'without', 'any', 'punctuation', 'or', 'special', 'characters', 'To', 'compute', 'the', 'length', 'of', 'sentences', 'with', 'our', 'definition', 'you', 'should', 'leave', 'in', 'periods', 'exclamation', 'points', 'and', 'question', 'marks', 'at', 'first', 'in', 'order', 'to', 'do', 'the', 'counting', 'and', 'then', 'remove', 'them', 'later'] >>>