Hello folks, I hope you all are healthy and safe at your home. As promised, I'm back with part 2 of the Python list blog. If you haven't read part - 1, you can read it from here 'Play with Python list - Part 1'. So, now let's dive into part 2 and learn some... Continue Reading →
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... Continue Reading →
