1 2 3 4 5 6 7 8 9 10
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 = ''