Python for Beginners : List_Part_1
- In Python, there are four important built-in data types such as List, Set, Tuple and Dictionary.
- Lists are used to store more than one elements under a single variable name.
- Lists are mutable, means the elements in a List are changeable.
- Lists allow duplicate values.
- New items will be added at the end of the list.
Comments
Post a Comment