summaryrefslogtreecommitdiff
path: root/wk6/pset/sentimental-readability/readability.py
blob: 114a39ef2a4b7cb2309c18f4a8be3f48e16263bc (plain)
1
2
3
4
5
from cs50 import get_string

text = get_string("Text: ")