Which of the following statements are correct? Lists in Python 3.x are immutable.

Questions & AnswersCategory: PythonWhich of the following statements are correct? Lists in Python 3.x are immutable.
Geek Boy Staff asked 2 years ago

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