Solution Exercise 35: python algorithm which determines the list of words containing at least one number and one uppercase
Exercise 35 Write a python algorithm as a function which takes as parameter a string text T and which returns the list of words containing at least one number and…