+ 3
How write to code in python if the sentence are in word and count how many same letters in the sentence?
problem solving
2 ответов
+ 3
U can iterate over the sentence and store it in a list and next Loop over the list and store the letters u iterate over in a new list within the loop and keep checking for same letters with if statement and update the counter.
+ 2
more help