Answer:
An example of a situation in which I might use the append method is explained below in details.
Step-by-step explanation:
Append Method
The append() arrangement in python combines a separate item to the present list. It doesn't recover a new record of items but will transform the primary list by combining the item to the conclusion of the record. After completing the process append on the list the size of the list advances by one.