Question: def pythonlist_to_List(aList, source): ------------------------------------------------------- Appends contests of source to aList. At finish, source is empty. Last element in source is at rear of alist,
def pythonlist_to_List(aList, source):
"""
-------------------------------------------------------
Appends contests of source to aList. At finish, source is empty.
Last element in source is at rear of alist,
first element in source is at front of alist.
Use: pythonlist_to_List(alist, source)
-------------------------------------------------------
Parameters:
alist - a List object (List)
source - a Python list (list)
Returns:
None
-------------------------------------------------------
"""
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
