Python list append

Python list append add a new element to the end of the list. Modify the list. Single Element to The List.

append ():-Add Single Element to The List.
syntax:-
list.append(element)
Example :-                
The addition of list of element occurs as follows.
 List = ['lion', 'horse', 1, 2000]
List.append(20544)
 print(List)
Output:-
[‘Lion', 'horse', 1, 2000, 20544]

Additional Services : Refurbished Laptops Sales, Python Classes, Share Market Classes And SEO Freelancer in Pune, India