Python Compiler : Python

a = ["Tesla", "spaceX", "Twiter"] #display a: print(a) #display the data type of a: print(type(a))