problem using using list with function

adam griffin dokkenrox at earthlink.net
Wed Oct 10 03:40:02 EDT 2001


i'm trying to write a function that takes a list as it's only arguement and
also has a list as it's return value. this is sort of what it looks like:

list1 = [ 1, 2, 3];

list2 = function(list1)

def function(listArguement):
    #statements...
    return list





More information about the Python-list mailing list