String Python Tutorial

sentence = raw_input("Sentence: ") 
text_width = len(sentence)
print text_width