Question: Exercise 6: (submit your solution on Moodle before 3/11/2018 @ 23:55) Write a Python recursive function that accepts as parameters to strings strl& str2 and
Exercise 6: (submit your solution on Moodle before 3/11/2018 @ 23:55) Write a Python recursive function that accepts as parameters to strings strl& str2 and returns true if strl is a substring of str2, and false otherwise. Hint: check recursively if str2 starts with strl
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
