Body = Raw_INPUT ("Please enter a string:")
Print "Total Charters IS% D"% Len (Body)
Lines = body.splitlines ()
Print "Total Lines IS% D"% LEN (LINES)
Words = body.split ()
Print "Total Words IS% D"% Len (Words)
Type the word or Lines, you can enter the string you entered, two, but the output is different from the LEN calculation.