python is a programing kanguagrefsysfsdudgd

meganathan162007 9 views 4 slides Oct 14, 2024
Slide 1
Slide 1 of 4
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4

About This Presentation

python


Slide Content

LIST AND ITS OPERATIONS By MEGANATHAN.R BCA-B

List content List introductions List slicing List loop Mutability Aliasing Cloning lists List parameters List operations

List introduction A list in python are used to store the sequence of the various types of data Python lists are mutable type its mean we can modify its element after it created. However, Python consists of six data-types that are capable to store the sequences, but the most common and reliable type is the list. A list can be defined as a collection of values or items of different types. The items in the list are separated with the comma (,) and enclosed with the square brackets [].