Solution Exercise 96 * : python algorithm that returns words that contain more than one capital letter
Exercise 96 * Write an algorithm in Python as a function which takes a text string as parameter and which returns the list of words containing at least two uppercase…