Question: 29
(Choose 1 answer)
What happens when you attempt to pop an element from an empty Python list used as a stack?
A. An IndexError is raised
B. The operation fails silently
C. A None value is returned
D. The stack resizes to accommodate the operation