B
Brad Tilley
Can a function return a list?
Brad Tilley said:Can a function return a list?
.... list = [1, 2, 3]Brad said:Can a function return a list?
Yes
Rick said:Brad Tilley wrote:
Can a function return a list?
Yes
... list = [1, 2, 3]
... return list
...
[1, 2, 3]
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.