#lists can hold diffrent types of datatypes at a single time list_example = ["list",4,True,7.0] print(list_example)