Quotes help make search much faster. Example: "Practice Makes Perfect"

Saturday, December 8, 2012

LearnStreet Python Lesson 7 Exercise 7


#sample solution


# assume first and second are sets
def run(first, second):
    #your code here
    return set(first).intersection(second)

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts