Difference Between List & Tuple In Python Programming | Python Interview Questions | Python Learning

preview_player
Показать описание
In Python, lists and tuples are both used to store a collection of items. However, there are some key differences between them.

1. Syntax: - Lists are enclosed in square brackets [ ],
tuples are enclosed in parentheses ( )

2. tuples are immutable, they are faster to access and process compared to lists. Tuples are also more memory-efficient.

Anybody Can Code

Рекомендации по теме
visit shbcf.ru