Solution Exercise 82: Python algorithm which determines the list of words containing at least 2 identical successive characters
Exercise 82 Write a program in Python which determines the list of words containing two successive identical characters in a character string s. Example if s = "Python is the…