Play with Python list - Part 1
Play with Python list โ Partย 1
Hey Folks, I hope you are doing well. Today we are going to learn about the Python list, which is very simple but sometimes quite confusing so letโs get started. First letโs start with creating a list. data = ['a', 'b', 'c'] So now we have created a simple list so, we will use this list throughout the blog. Now we will see some of the most popular methods which can help us in our day-to-dayโฆ
View On WordPress















