Question: 8. (10 points) Design a Python3 function to compare every prefix of a string X to every element of string Y, if there is

8. (10 points) Design a Python3 function to compare every prefix of a string X to every element of string Y, if there is a match, place it in a python set, sort and reversely sort the set, and return the sorted and reversely sorted sets. Good luck.
Step by Step Solution
3.45 Rating (165 Votes )
There are 3 Steps involved in it
Answer SOURCE CODE def pre take 2 inputs Xinput Yinput list tp hold prefix prefixlist sset g... View full answer
Get step-by-step solutions from verified subject matter experts
