Ask your own question, for FREE!
MIT 6.189 A Gentle Introduction to Programming Using Python (OCW) 8 Online
OpenStudy (anonymous):

"Complete sections 3.0-3.5 from Handout 3" Section 3.0 ?? I am assuming this to be a typo since exercises start with 3.1.

OpenStudy (andrew.m.higgs):

Yeah. Did not even notice that. Well spotted.

OpenStudy (anonymous):

Having completed 3.1 I noticed the duplicate items in Test Case 3 and went back to fix-up the case when duplicates might creep into the intersection. Try adding this test case for the pathological case. >>> print list_intersection( [2, 4, 5, 6, 7, 4, 5], [2, 4, 5, 7] ) [2, 4, 5, 7]

OpenStudy (andrew.m.higgs):

Mine worked. :-)

OpenStudy (anonymous):

Ack we'll change the e-mail! Thanks @Screech!

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!