Solution Exercise 87: python algorithm which determines the list of common characters to two strings
Exercie 87 Write a Python algorithm as a function which takes as parameter a tuple of two strings (s1, s2) and which returns the list of common characters to s1…