What will the following code output?
stack = [10, 20, 30] print(stack[-1])
20
30
10
Error
This question is part of this quiz :