+ 1
How to add last letter of word with Number of letters in a line.
1st letter should be small Number of letters except spaces Example:- if word = English grammar Then, output = r14 And all word's output should come in separate lines.
1 ответ
+ 1
Open file
Text = readlines
Split each line in text
For each word in text print word and its length