Question: Python tr = 'abccbccbpb' (string) length = 4 Write the new function `substring(tr, length)` that returns the substring of the length that happens the most
Python
tr = 'abccbccbpb' (string)
length = 4
Write the new function `substring(tr, length)` that returns the substring of the length that happens the most number of times within the list
The return result I want is 'bccb'
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
