Run »
×
Change Orientation
x = list(("apple", "banana", "cherry")) #display x: print(x) #display the data type of x: print(type(x))
['apple', 'banana', 'cherry']
<class 'list'>
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit