return a list from a function in python code example
Example: return list python
def list_returner():
### Lines of code that makes/appends stuff to a list ###
### If you are going to add things to an existing list, add a param for this function ###
# Assuming that the name of the list is 'list':
return list