problem using using list with function
adam griffin
dokkenrox at earthlink.net
Wed Oct 10 03:40:02 EDT 2001
More information about the Python-list mailing list
Wed Oct 10 03:40:02 EDT 2001
- Previous message (by thread): Training Courses in Python in UK
- Next message (by thread): problem using using list with function
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Training Courses in Python in UK
- Next message (by thread): problem using using list with function
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list