is the method in python which delete the last element in the list and
gives the output which is deleted.
Answers
Answered by
1
Answer:
The method pop() can be used to remove and return the last value from the list or the given index value. If the index is not given, then the last element is popped out and removed.
Explanation:
Mark me brainliest.
Similar questions