summaryrefslogtreecommitdiff
path: root/wk6/pset
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-04 23:13:21 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-04 23:13:21 +0000
commitae3f8195f486fb65028710ffd003fc94852f3b14 (patch)
treed0e1bcfa5ef0d20ab9c174fec3fc3d13b4f5dba0 /wk6/pset
parent184c77a8a6eaa402b457efbca8b06434cac50e13 (diff)
Sat, May 4, 2024, 4:13 PM -07:00
Diffstat (limited to 'wk6/pset')
-rw-r--r--wk6/pset/sentimental-readability/readability.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wk6/pset/sentimental-readability/readability.py b/wk6/pset/sentimental-readability/readability.py
index c8f4e55..978871e 100644
--- a/wk6/pset/sentimental-readability/readability.py
+++ b/wk6/pset/sentimental-readability/readability.py
@@ -11,4 +11,4 @@ for i in range(len(text)):
c = text[i]
j = ord(c)
if c == '.' or c == '!' or c == '?':
- s
+ +s