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

Im having trouble with ps3 writing the countSubStringMatch function did anyone here breez through it, I think my trouble is with the use of input prompts but not sure

OpenStudy (anonymous):

my python file is attached

OpenStudy (anonymous):

First, you dont need the target = raw_input .... That information is what you put in when you call the function (the stuff inside the params). Second, I see that you don't have test defined before you use it in the while loop.Not good. At least give it a value. Also you have the while loop argument as a string but make test a int inside the loop. strings and ints are not the same. You'll need to fix that too. I think thats a start

OpenStudy (anonymous):

I found PS3 a challenge, yeah a big challenge. But PS4 is comparitively easy :)

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!
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!