List in Python
List: A list is a mutable data type. It is group of comma separated values of any data type enclosed with square bracket [].
Example-
list1 = ["Abc", 1, 2.5, 3]
List: A list is a mutable data type. It is group of comma separated values of any data type enclosed with square bracket [].
Example-
list1 = ["Abc", 1, 2.5, 3]