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

This is my code so far for ps3, problem 2. def matchstring(target, key): a = target [0] b = target[-1] for x in range(a, b+1): target.find(key)==keytuple print keytuple I keep getting a syntax error. I don't know why.

OpenStudy (anonymous):

syntax error? I don't think so. you have semantical error. The error comes out when you run the code and the shell spits out all the red gibberish right?

OpenStudy (anonymous):

this line: target.find(key)==keytuple looks suspicious

OpenStudy (anonymous):

also adding to a string isn't allowed (inside your range)

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!