list example in python 3
Example: list in python
#list is data structure
#used to store different types of data at same place
list = ['this is str', 12, 12.2, True]
#list is data structure
#used to store different types of data at same place
list = ['this is str', 12, 12.2, True]