The
function removes the first element of a set and the last element
of a list
Answers
Answered by
0
Answer:
The function pop removes the first element when used on a set and the last element when used to a list. Explanation: The function remove removes the element if it is present in the set. If the element is not present, it throws an error.
Answered by
0
Answer:What are the two main types of functions in Python
Explanation:
Similar questions