Skip to content
Open

D2 #44

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion WordList/read_list.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
def string_length_greater_than_20(fin):
for line in fin:
if len(line) - line.count(' ') > 20:
if len(line) - line.count(' ') > 20:
print(line)


Expand Down
4 changes: 2 additions & 2 deletions file/PrideAndPrejudice.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ re-use it under the terms of the Project Gutenberg License included
with this eBook or online at www.gutenberg.org


Title: Pride and Prejudices
Title: Pride and Prejudice

Author: Jane Austen
Author: Jane Austin

Posting Date: August 26, 2008 [EBook #1342]
Release Date: June, 1998
Expand Down