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