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

PS 3, problem 2 question: What should be returned if key string is empty?

OpenStudy (anonymous):

The issue I'm mainly having is with problem 3, as it depends on the results of my work for problem 2. Looking at problem 3, it seems like problem 2 would need to return a tuple of all the indexes in the target string, but that seems really wrong, intuitively.

OpenStudy (anonymous):

Ah well, I just modified my function from problem 2 and included it in problem 3's .py file.

OpenStudy (anonymous):

PS 3 problem 4. gave me some problems...I ended up scrapping my entire preliminary work and redid the whole prob. set. I'm still not happy with my code though and will rework it after PS4. Keep it up Keen!

OpenStudy (anonymous):

It doesn't have to return anything. You can either use an 'if' statement to return None or something from the ps3.2 function, or you could structure the code that feeds that function to recognize empty keystrings and not pass them in.

OpenStudy (anonymous):

For the subStringMatchOneSub function that's included in ps3_template.py to work properly, subStringMatchExact(target, "") needs to return range( len(target) ), where 'target' is a string of some sort. If it returns None or an empty tuple, then subStringMatchOneSub doesn't work. It'll crash with a TypeError if subStringMatchExact(target, "") returns None, actually. Also, if you run subStringMatchOneSub with the key being a 2 character string, it will find nothing if subStringMatchExact(target,"") returns an empty tuple.

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
Breathless: womp
57 minutes ago 0 Replies 0 Medals
Breathless: yo who wanna match pfp?
59 minutes ago 11 Replies 1 Medal
Ylynnaa: This was long time ago lmk if u fw itud83dude1d
4 hours ago 17 Replies 2 Medals
abound: Wow question cove really fell off
6 hours ago 6 Replies 1 Medal
ayden09: chat i love black pink hehe i like jones to
6 hours ago 20 Replies 2 Medals
kamani7676: help
1 day ago 5 Replies 1 Medal
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!