Play with Python list - part 2
Play with Python list – part 2
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 more methods. Let’s create a list on which we can play around. data = ['a', 'b', 'c'] 1. pop()The pop method takes one parameter, which…
View On WordPress















