Which of the following is the correct way to implement a stack in Python?
stack = {}
stack = set()
stack = ()
stack = []
This question is part of this quiz :