Python -Tupel Tupel ermöglichen doppelte Werte

thistuple = ("apple", "banana", "cherry", "apple", "cherry")
print(thistuple)
Programmer of empires