Python Compiler : Python

a = list(("valueone", "valuetwo", "valuethree")) #display a: print(a) #display the data type of a: print(type(a))