``` from cs50 import get_string text = get_string("Text: ") letters = sentences = 0 words = 1 for i in text: if i.isalpha(): letters += 1