summaryrefslogtreecommitdiff
path: root/wk6/pset
diff options
context:
space:
mode:
Diffstat (limited to 'wk6/pset')
-rw-r--r--wk6/pset/sentimental-readability/readability.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/wk6/pset/sentimental-readability/readability.py b/wk6/pset/sentimental-readability/readability.py
index 43edb75..c8f4e55 100644
--- a/wk6/pset/sentimental-readability/readability.py
+++ b/wk6/pset/sentimental-readability/readability.py
@@ -9,4 +9,6 @@ c = ''
for i in range(len(text)):
c = text[i]
- \ No newline at end of file
+ j = ord(c)
+ if c == '.' or c == '!' or c == '?':
+ s