Computer Science, asked by melophile66, 1 month ago

9) Count the number of sentences in a large string using python programming​

Answers

Answered by XxSilentAgent47xX
3

Answer:

Python: Count the occurrences of each word in a given sentence , Python String Exercises: Count the occurrences of each word in a given print('The number of words in this sentence is: ' + str(result)). The count() method returns the number of times a specified value appears in the string.

Explanation:

here is your answers

Similar questions