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

Sunday, November 25, 2012

Codecademy: "Splat!"


#sample solution


def favorite_actors(*actors):
    """Prints out your favorite actorS (plural!)"""
    print "Your favorite actors are:" , actors

favorite_actors("Michael Palin", "John Cleese", "Graham Chapman")

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts