x = tuple(("apple", "banana", "cherry"))
#отобразить x:
print(x)
#отобразить тип данных x:
print(type(x))