Question: Write a function called subString that takes two parameters: a string and an integer. The function should return a list of all substrings of the
- Write a function called subString that takes two parameters: a string and an integer. The function should return a list of all substrings of the string of the specified length. You may use the string slice built-in function provided by python. The output of your function should like something like this:

Any help is appreciated here. Confused on this one.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
