In this Python Beginner Tutorial, we will begin learning about Lists, Tuples, and Sets in Python. Lists and Tuples allow us to work with sequential data, and Sets allow us to work with unordered unique values. We will go over most of the methods, learn when to use which data type, and also the performance benefits of each type as well. Let's get started.
In this video we will see :
Working with List
What is list
How to use list
Assign multiple values to variable
Printing value of list
Print value of list by index number
String list
List of different types of data types
Creating list with list : nested list
append function
insert function
remove function
pop function
delete function
extend function
Inbuilt functions of List : min, max, sum
sort function
~-~~-~~~-~~-~
Please watch: "27 Python Statements Test Solutions"
• 27 Python Statements Test Solutions
~-~~-~~~-~~-~