Python Tutorial - Python List

Опубликовано: 29 Октябрь 2024
на канале: Geeks Coders
53
1

Join Python Free Course
https://geekscoders.com/courses/pytho...

In this Python Tutorial we are going to learn about Python List, so first of all let’s talk about list, A list is a collection which is ordered and changeable, or A list is a collection of items in a particular order. You can make a list that includes the letters of the alphabet, the digits from 0–9, You can put anything you want into a list. you can use square brackets ([]) for creating list.


Python
Python Tutorial
Python List


#Python#PythonTutorial#PythonList