Which of the following statements are correct? Lists in Python 3.x are immutable.
Which of the following statements are correct?
a. Lists in Python 3.x are immutable.
b. We can use list as a queue in Python 3.x
c. Tuples in Python 3.x are immutable
d. We cannot use list as a stack in Python 3.x