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

Saturday, December 8, 2012

LearnStreet Python Lesson 6 Exercise 8


#sample solution


def run(days):
    days = ["sunday", "monday", "tuesday", "wednesday", "thursday", "friday" ]
    #your append code here
    days.append("saturday")
    #return days here
    return days

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts