summaryrefslogtreecommitdiff
path: root/wk6/pset
diff options
context:
space:
mode:
Diffstat (limited to 'wk6/pset')
-rw-r--r--wk6/pset/sentimental-readability/readability.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/wk6/pset/sentimental-readability/readability.py b/wk6/pset/sentimental-readability/readability.py
index 5aeb65a..69a8c36 100644
--- a/wk6/pset/sentimental-readability/readability.py
+++ b/wk6/pset/sentimental-readability/readability.py
@@ -2,3 +2,9 @@ from cs50 import get_string
text = get_string("Text: ")
+s = 0.0 # track how many sentences there are
+w = 1.0 # track how many words there are
+l = 0.0 # letters
+i = 0
+c = ''
+