Solution Exercise 28: Python program which determines the list of words containing at least one capital letter
Exercise 28 Write a Python algorithm that determines the list of words containing at least one capital letter in a given T text. Solution # creation of a function which…