Python for Beginners Part-2
In my previous blog, you learned some basics about Python. So now let's cover some more important topics.
1) Working With List
Lists are used to store multiple items in a single variable.
Lists are one of 4 built-in data types in Python used to stor...
vineetsnegi.hashnode.dev8 min read