_______let you insert elements at the beginning and end of the list.b
Answers
Answered by
1
Answer:
Push_front() and push_back() functions of the list. These are two functions which can be used to insert the element at the front and at the end to the list.
Answered by
52
Python let you insert elements at the beginning and end of the list.
Similar questions