#4 List vs Tuple in Python | Python Tutorial For Beginners

Опубликовано: 14 Апрель 2026
на канале: Apkfear
50
13

Welcome to my youtube channel Apkfear. In this video I am going to show difference between List and Tuple In Python. List is a mutable data type and it size is dynamic. In List you you can add, remove or alter the elements. On other hand Tuple is immutable and fixed size. You can't add, remove or alter elements in python. This tutorial is for beginners who want to learn python.