Solution Exercise 30: Python algorithm that determines the list of words that do not contain any digits in a given text
Exercise 30 Write a Python algorithm that determines the list of words containing no digits in a given T text. Solution # creation of a function which detects if a…