Question: def append(self, element): --------------------------------------------------------- Adds a copy of data element to the end of the List. Use: lst.append(element) ------------------------------------------------------- Parameters: element - a data
def append(self, element): """ --------------------------------------------------------- Adds a copy of data element to the end of the List. Use: lst.append(element) ------------------------------------------------------- Parameters: element - a data element (?) Returns: None ------------------------------------------------------- """
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
