Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 25 Online
OpenStudy (anonymous):

I'm really having trouble with Problem 1 in set 3. I'm using the result of a find as my test in the recursive function but it's not working.

OpenStudy (anonymous):

def recursion(target, key, ans=()): print find(target,key) if (find(target,key)) ==-1: return ans while find(target,key) != -1: ans += (len(target),) print ans recursion(target[find(target,key)+len(key):], key, ans) is what I'm using, but even when find(target,key) == -1, it still doesn't trigger the following if statement.

OpenStudy (anonymous):

I'm using this as a recursive function within my solution. it's meant to return a tuple called ans that lists the successive lengths of the target string as it's shortened. from that I can determine the number of finds in the original string and their locations. I suspect there's a better way, but I'm not that bright.

OpenStudy (anonymous):

nvm, I've got something I'm happier with.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Latest Questions
AsiaLovesYhuuu: Do anybody wanna VC , I need somebody to study wud83dude2dud83dudc94 .
2 hours ago 5 Replies 0 Medals
kamariana: Rate my drawing. u2606u2606u2606
4 hours ago 7 Replies 3 Medals
addydabaddie123: should abortion be legal or illegal in Oregon? why?
13 hours ago 10 Replies 3 Medals
BTDRiley07: what is the chemical formula for sodium chloride
15 hours ago 3 Replies 0 Medals
BTDRiley07: how do i ask what is your phone number in spanish
16 hours ago 8 Replies 0 Medals
kamariana: Rate my drawing.
7 hours ago 33 Replies 9 Medals
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!