Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Python error

Name: Anonymous 2010-05-06 5:20

def calendar(days):
    "Prints each day of the week."
    return days()
if __name__ == "__main__":
        daysofweek = ('Sunday', 'Monday', 'Tuesday', \
                      'Wednesday', 'Thursday', 'Friday', \
                      'Saturday')
        print calendar(daysofweek)


-----------------------------------------------

TypeError: 'tuple' object is not callable

Name: Anonymous 2010-05-06 5:35

The error is that you are fundamentally incapable of reading

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List